Names of Dajngo settings variables are not valid names #164
Replies: 1 comment
-
Let's continue in #165 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I get this error when I try to override a Django settings variable.
Invalid setting name, settings.MAINTENANCE already defined in django.conf.settings.
Why this is a problem? Setting offer the Django settings as fallback, so why shouldn't I override existing settings?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions