Skip to content

JarolinVargas/contacts-django-practice-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contacts-django-practice-app

Simple contacts app as a Django exercise

Running locally

  1. from the terminal, git clone: https://github.com/JarolinVargas/contacts-django-practice-app.git
  2. cd into cloned project and create the python virtual environment: python -m venv .
  3. activate the environment: source bin/activate
  4. install dependencies: pip install -r requirements.txt
  5. run the app: python manage.py runserver

About

Simple contacts app as a Django learning exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published