Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 427 Bytes

Learn-Django


How to run project
  • Download Project or Clone Repository, extract files and move inside project folder, and type the following commands.
  • Run Command "pip install -r requirements.txt"
  • Run Command "python manage.py runserver"
  • Toggle Between DEBUG = True or DEBUG = False to display default/custom 404 page
  • DEBUG is defined inside settings.py