Hacker News new | ask | show | jobs
by ssebastianj 2856 days ago
Luckily, Django provides checks to avoid this kind of leakage before hitting production with https://docs.djangoproject.com/en/2.1/howto/deployment/check...
3 comments

And to be fair, the docs are littered with warnings about not using debug mode in production. Debug mode is open for.... debugging. not production.
wow thanks - just ran this on some production servers and caught some intersting stuff! had no clue this command existed.
They were running django 1.6 ....