-
Notifications
You must be signed in to change notification settings - Fork 12
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
Settings DEBUG is True somehow #1436
Comments
I see lots of 'database is locked' in yesterday's logs. For a possible solution see #673 .
That is because there is no actual code doing any overriding. |
It seems to be in base.py (Is that not imported if the database is locked? Should that be False?) It's actually done "after" it imports from server_specific (in base.py) |
@vanlummelhuizen can you fix this bug? The settings on the live server need to be "git stash"ed every time before a pull because there are conflicts with the master branch in the settings. |
The database is somehow getting locked on the production server and it's not possible to login.
On attempts to login, it is showing all the settings because DEBUG is somehow set to True on the production server.
In the base.py settings, it's set to True
It looks like the server specific are not overriding this to False.
The text was updated successfully, but these errors were encountered: