mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +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
|
||||
heroku run python manage.py migrate
|
||||
heroku run python manage.py check --deploy
|
||||
heroku run python manage.py createsuperuser
|
||||
heroku open
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user