-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBUG must be set to False in production #16
Comments
I have set DEBUG to false in settings.py. |
|
We don't have a separate staging dev area. |
Ideally, in dev mode (or local), we would have this flag set to true but not in prod. Right now, individual developers have to be careful not to commit settings changes that set this to |
Per #16, we are still in the dev stage.
Merged #194 -- Additional setup now required to enable DEBUG in local/dev mode. Added instructions to the README on how to do this. If needed, we can also create a run script that does it for us, but closing out this issue for now as the main concern for this was to set DEBUG mode to false in production. |
In production,
DEBUG
must be set toFalse
. In other words, I should see a standard 404 page when visiting https://fathomless-inlet-57767.herokuapp.com/ponder/register/:The text was updated successfully, but these errors were encountered: