Skip to content

Commit 71a5272

Browse files
committed
prep for next post
1 parent d0b9d76 commit 71a5272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maps-django-mapbox/djmaps/djmaps/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
2121

2222
# 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'
23+
SECRET_KEY = 'development key'
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
@@ -37,6 +37,7 @@
3737
'django.contrib.sessions',
3838
'django.contrib.messages',
3939
'django.contrib.staticfiles',
40+
'maps',
4041
]
4142

4243
MIDDLEWARE = [

0 commit comments

Comments
 (0)