Remove running collectstatic from Heroku docs, it's done during deployments

This commit is contained in:
Bruno Alla 2019-03-13 14:31:17 +00:00
parent 593c08348e
commit b142713ec6

View File

@ -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