codeforamerica / glossary-bot

A Glossary bot for Slack
MIT License
116 stars 45 forks source link

fix static assets error in heroku push process #8

Closed tmaybe closed 9 years ago

tmaybe commented 9 years ago
remote: -----> Preparing static assets
remote:        Collectstatic configuration error. To debug, run:
remote:        $ heroku run python ./manage.py collectstatic --noinput
tmaybe commented 9 years ago

fixed this by setting Heroku's DISABLE_COLLECTSTATIC env variable to 1:

heroku config:set DISABLE_COLLECTSTATIC=1

As described here: https://devcenter.heroku.com/articles/django-assets#automatic-collectstatic