python-getting-started icon indicating copy to clipboard operation
python-getting-started copied to clipboard

DEBUG=False for deployed application?

Open gghez opened this issue 5 years ago • 1 comments

Project, once deployed, is still in debug mode (django debug) which does not fit to django deployed application guideline (DEBUG=False).

Maybe some settings.py adaptation is needed to load this DEBUG value from os.environ ?

gghez avatar Apr 22 '19 22:04 gghez

debug in false did not work in heroku 😢

marti1125 avatar Apr 19 '22 02:04 marti1125

As of #167, DEBUG is no longer enabled for apps deployed on Heroku.

edmorley avatar Dec 07 '23 16:12 edmorley