mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #371 from yunti/patch-1
Update deployment-on-heroku.rst for ADMIN_URL
This commit is contained in:
commit
1a4e5738d4
|
@ -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 DJANGO_MAILGUN_API_KEY=YOUR_MAILGUN_API_KEY
|
||||||
|
|
||||||
heroku config:set PYTHONHASHSEED=random
|
heroku config:set PYTHONHASHSEED=random
|
||||||
|
heroku config:set DJANGO_ADMIN_URL=\^somelocation/
|
||||||
|
|
||||||
git push heroku master
|
git push heroku master
|
||||||
heroku run python manage.py migrate
|
heroku run python manage.py migrate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user