Skip to content

prosoftwaredevelopment/Learn-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages