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 88e7369 commit 2baba25Copy full SHA for 2baba25
app/alloydflanagan/settings/production.py
@@ -6,3 +6,5 @@
6
from .local import *
7
except ImportError:
8
pass
9
+
10
+SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY')
0 commit comments