From 93592326c13b4adbc0d7ab7221f49141313abd95 Mon Sep 17 00:00:00 2001 From: yunti Date: Fri, 9 Oct 2015 15:45:07 +0100 Subject: [PATCH] Update deployment-on-heroku.rst --- docs/deployment-on-heroku.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment-on-heroku.rst b/docs/deployment-on-heroku.rst index ef6dee59..d0d5abc9 100644 --- a/docs/deployment-on-heroku.rst +++ b/docs/deployment-on-heroku.rst @@ -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