Skip to content

Instantly share code, notes, and snippets.

@srugano
Created December 16, 2015 11:09
Show Gist options
  • Save srugano/aff853c1fd13b750517e to your computer and use it in GitHub Desktop.
Save srugano/aff853c1fd13b750517e to your computer and use it in GitHub Desktop.
Add secret keys to a Django environmet on Heroku
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