Y
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
deusofnull
2856 days ago
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.
link
misiti3780
2856 days ago
wow thanks - just ran this on some production servers and caught some intersting stuff! had no clue this command existed.
link
5h
2856 days ago
They were running django 1.6 ....
link
js2
2856 days ago
Sentry still requires 1.6:
https://github.com/getsentry/sentry/blob/ea8fe10d117f5325f9e...
link