brucestull / technology-and-perceptibility

Accessible web application with data storage, analysis, and presentation.
GNU General Public License v3.0
0 stars 1 forks source link

Django can run locally with DEBUG False. #205

Open brucestull opened 2 years ago

brucestull commented 2 years ago

Find out how to set up app to run locally with DEBUG set to False. We don't want to have to manually change between True and False when testing in dev and deploying to production.