Update deployment-on-heroku.rst

This commit is contained in:
yunti 2015-10-09 15:45:07 +01:00
parent d022bc89f0
commit 93592326c1

View File

@ -29,6 +29,7 @@ You can either push the 'deploy' button in your generated README.rst or run thes
heroku config:set DJANGO_MAILGUN_API_KEY=YOUR_MAILGUN_API_KEY
heroku config:set PYTHONHASHSEED=random
heroku config:set DJANGO_ADMIN_URL=\^somelocation/
git push heroku master
heroku run python manage.py migrate