master
Nick Sergeant 2016-11-03 09:49:20 -04:00
parent dc94b635a6
commit c5df9ddf7b
1 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,6 @@
- `heroku addons:create postmark:10k`
- `heroku addons:open postmark` -> use an email you control
- `heroku config:add POSTMARK_EMAIL=<email_from_above>`
- `heroku config:add DEBUG=False`
- `heroku config:add SECRET_KEY=`
- `git push heroku`
- `heroku run python manage.py migrate`
@ -23,3 +22,11 @@ If you want to disable user-facing signup:
If you want to enable Disqus comments:
- `heroku config:set DISQUS_SHORTNAME=whatever`
If you want to enable Django's DEBUG mode:
- `heroku config:add DEBUG=False`
If you want to enable SSL (after you've configured your Heroku SSL cert):
- `heroku config:add USE_SSL=False`