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