mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Remove running collectstatic from Heroku docs, it's done during deployments
This commit is contained in:
parent
593c08348e
commit
b142713ec6
|
@ -48,7 +48,6 @@ Run these commands to deploy the project to Heroku:
|
|||
git push heroku master
|
||||
|
||||
heroku run python manage.py createsuperuser
|
||||
heroku run python manage.py collectstatic --no-input
|
||||
|
||||
heroku run python manage.py check --deploy
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user