Hacker News new | ask | show | jobs
by mushufasa 1811 days ago
uhhhhh.

this leads to a Django debug page because you linked incorrectly.

The bigger problem though is running debug=True in production. you should change that asap it's a security hole.

1 comments

Yes, definately aware. Were running into an issue where when running debug=True (even with whitenoise), our static files aren't being loaded correctly and an error 500 comes up on every page. Fixed the link as well accidentally linked you the docs page!
um, you should NOT be running debug=True.