mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Merge pull request #118 from glarrain/patch-1
README: remove set config variables for SendGrid
This commit is contained in:
commit
0fa22a0b2d
|
@ -99,8 +99,6 @@ Run these commands to deploy the project to Heroku:
|
|||
heroku config:set DJANGO_AWS_ACCESS_KEY_ID=YOUR_AWS_ID_HERE
|
||||
heroku config:set DJANGO_AWS_SECRET_ACCESS_KEY=YOUR_AWS_SECRET_ACCESS_KEY_HERE
|
||||
heroku config:set DJANGO_AWS_STORAGE_BUCKET_NAME=YOUR_AWS_S3_BUCKET_NAME_HERE
|
||||
heroku config:set SENDGRID_USERNAME=YOUR_SENDGRID_USERNAME_HERE
|
||||
heroku config:set SENDGRID_PASSWORD=YOUR_SENDGRID_PASSWORD_HERE
|
||||
git push heroku master
|
||||
heroku run python {{cookiecutter.repo_name}}/manage.py syncdb --noinput
|
||||
heroku run python {{cookiecutter.repo_name}}/manage.py migrate --noinput
|
||||
|
|
Loading…
Reference in New Issue
Block a user