mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-11 07:24:52 +03:00
parent
6e72169ffe
commit
620a145c15
|
@ -47,7 +47,7 @@ Run these commands to deploy the project to Heroku:
|
||||||
|
|
||||||
git push heroku master
|
git push heroku master
|
||||||
|
|
||||||
heroku run python manage.py migrate
|
# no need to run migrations as this is configured to run automatically in the heroku procfile
|
||||||
heroku run python manage.py createsuperuser
|
heroku run python manage.py createsuperuser
|
||||||
heroku run python manage.py collectstatic --no-input
|
heroku run python manage.py collectstatic --no-input
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user