mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-27 03:43:45 +03:00
Mention about running "heroku run python manage.py check --deploy"
This commit is contained in:
parent
91eb30da8c
commit
c54628c90e
|
@ -111,6 +111,7 @@ Run these commands to deploy the project to Heroku:
|
||||||
|
|
||||||
git push heroku master
|
git push heroku master
|
||||||
heroku run python manage.py migrate
|
heroku run python manage.py migrate
|
||||||
|
heroku run python manage.py check --deploy
|
||||||
heroku run python manage.py createsuperuser
|
heroku run python manage.py createsuperuser
|
||||||
heroku open
|
heroku open
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user