python-getting-started
python-getting-started copied to clipboard
DEBUG=False for deployed application?
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 ?
debug in false did not work in heroku 😢
As of #167, DEBUG is no longer enabled for apps deployed on Heroku.