We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b9d76 commit 71a5272Copy full SHA for 71a5272
maps-django-mapbox/djmaps/djmaps/settings.py
@@ -20,7 +20,7 @@
20
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
21
22
# SECURITY WARNING: keep the secret key used in production secret!
23
-SECRET_KEY = '_2*j@+zmfgru@cr7-tq0_k)zu%@ubz)&)b@o3gn@o7i*-^mq54'
+SECRET_KEY = 'development key'
24
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
@@ -37,6 +37,7 @@
37
'django.contrib.sessions',
38
'django.contrib.messages',
39
'django.contrib.staticfiles',
40
+ 'maps',
41
]
42
43
MIDDLEWARE = [
0 commit comments