You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
If settings.py's DEBUG flag is set to False, instead of True, and gunicorn is restarted, the entire site falls down. Every page request returns this, as the totality of the body of the HTTP response:
<h1>Bad Request (400)</h1>
No errors are logged to the error log, because it's Gunicorn generating the log, and there's nothing wrong with Gunicorn. So, that seems bad. Temporary fix: leave DEBUG set to True.
The text was updated successfully, but these errors were encountered:
If
settings.py
'sDEBUG
flag is set toFalse
, instead ofTrue
, and gunicorn is restarted, the entire site falls down. Every page request returns this, as the totality of the body of the HTTP response:No errors are logged to the error log, because it's Gunicorn generating the log, and there's nothing wrong with Gunicorn. So, that seems bad. Temporary fix: leave
DEBUG
set toTrue
.The text was updated successfully, but these errors were encountered: