mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-29 09:19:56 +03:00
Merge dddc4e2db2
into 8def034acf
This commit is contained in:
commit
38dba253ac
|
@ -17,6 +17,7 @@ Deployment
|
|||
* heroku config:add AWS_ACCESS_KEY_ID=YOUR_ID
|
||||
* heroku config:add AWS_SECRET_ACCESS_KEY=YOUR_KEY
|
||||
* heroku config:add AWS_STORAGE_BUCKET_NAME=BUCKET
|
||||
* heroku labs:enable user-env-compile
|
||||
* git push heroku master
|
||||
* heroku run python {{cookiecutter.repo_name}}/manage.py syncdb --noinput --settings=config.settings
|
||||
* heroku run python {{cookiecutter.repo_name}}/manage.py migrate --settings=config.settings
|
||||
|
|
Loading…
Reference in New Issue
Block a user