Created
December 9, 2014 14:06
-
-
Save phalt/a4fa497084c342240a00 to your computer and use it in GitHub Desktop.
Secret key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change your settings file to this: | |
SECRET_KEY = os.environ.get('SECRET_KEY', 'MY_DEFAULT_KEY') | |
# Export the SECRET_KEY variable like in the terminal like so: | |
$ export SECRET_KEY=my_secret_key_here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment