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 8735291 commit 148d74fCopy full SHA for 148d74f
djangoecommerce/settings.py
@@ -22,7 +22,7 @@
22
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
23
24
# SECURITY WARNING: keep the secret key used in production secret!
25
-SECRET_KEY = 'q37vaci*j=sokz04h*nxsxd1(%)%yjk$5ltg2pixirh+f91pbb'
+SECRET_KEY = os.getenv('SECRET_KEY','123')
26
27
# SECURITY WARNING: don't run with debug turned on in production!
28
DEBUG = False
requirements.txt
@@ -4,3 +4,4 @@ gunicorn==19.4.5
4
model-mommy==1.3.1
5
psycopg2-binary==2.8.5
6
whitenoise==3.2
7
+django-widget-tweaks==1.4.8
0 commit comments