Created
December 16, 2015 11:09
-
-
Save srugano/aff853c1fd13b750517e to your computer and use it in GitHub Desktop.
Add secret keys to a Django environmet on Heroku
This file contains 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
heroku config:set SECRET_KEY=`openssl rand -base64 32` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment