Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 437 Bytes

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