Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 249 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 249 Bytes

django-getting-started

Example App of the Django getting started Tutorial

  1. Create venv python3 -m venv /path/to/new/virtual/environment
  2. Install requirements python -m pip install requirements.txt
  3. Run using pyton manage.py runserver