Avoid runtime errors by declaring None values for settings keys being exported to template contexts
This commit is contained in:
parent
fe8a1f625f
commit
0ca75a9baf
1 changed files with 3 additions and 1 deletions
|
@ -148,7 +148,9 @@ USE_TZ = True
|
|||
STATIC_URL = '/static/'
|
||||
|
||||
GOOGLE_ANALYTICS_ID=None
|
||||
|
||||
GOOGLE_MAPS_API_KEY=None
|
||||
SOCIAL_AUTH_GITHUB_KEY=None
|
||||
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY=None
|
||||
SETTINGS_EXPORT = [
|
||||
'DEBUG',
|
||||
'GOOGLE_ANALYTICS_ID',
|
||||
|
|
Loading…
Reference in a new issue