Django Base Web App
- VC Healy
- Aug 23, 2020
- 1 min read
I have been playing around with a basic set up of a web app written with Django.
A lot of deletes, rewrites etc until I sort of got to understand how I broke some things.
The one big take away from this was settings.py.Debug appeared to have some random effects to the template in both the app and the admin gui.
Comments