Simplified configuration database on Heroku.

See more: https://devcenter.heroku.com/articles/heroku-postgresql#establish-primary-db
This commit is contained in:
Fábio C. Barrioneuvo da Luz 2014-05-02 16:55:14 -03:00
parent 3d75936e9f
commit 5309a70261

View File

@ -93,7 +93,7 @@ Run these commands to deploy the project to Heroku:
heroku addons:add pgbackups:auto-month
heroku addons:add sendgrid:starter
heroku addons:add memcachier:dev
heroku pg:promote HEROKU_POSTGRESQL_COLOR
heroku pg:promote DATABASE_URL
heroku config:set DJANGO_CONFIGURATION=Production
heroku config:set DJANGO_SECRET_KEY=RANDOM_SECRET_KEY_HERE
heroku config:set DJANGO_AWS_ACCESS_KEY_ID=YOUR_AWS_ID_HERE