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
Currently an empty or malformed settings.py will cause an error. Future planned reimplementation as JSON text file will not solve this issue.
Ideally error handling will handle these cases:
Empty settings.py file.
Malformed/invalid python settings.py file
Malformed or invalid data in settings.py file eg:
'database': 'redis'
Invalid path for chart save folder.
Check for valid schema/keys.
Check for anything except expected single dict - protect against running unexpected code?
The text was updated successfully, but these errors were encountered:
Currently an empty or malformed settings.py will cause an error. Future planned reimplementation as JSON text file will not solve this issue.
Ideally error handling will handle these cases:
settings.py
file.settings.py
filesettings.py
file eg:'database': 'redis'
The text was updated successfully, but these errors were encountered: