mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-03 02:35:50 +03:00
Simplified configuration database on Heroku.
See more: https://devcenter.heroku.com/articles/heroku-postgresql#establish-primary-db
This commit is contained in:
parent
3d75936e9f
commit
5309a70261
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user