Merge pull request #371 from yunti/patch-1

Update deployment-on-heroku.rst for ADMIN_URL
This commit is contained in:
Audrey Roy Greenfeld 2015-10-28 20:46:38 -07:00
commit 1a4e5738d4

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