1👍
https://devcenter.heroku.com/articles/error-codes#h14-no-web-processes-running
Looks like you need to scale up your web processes;
heroku ps:scale web=1
0👍
This should help. Follow the guide from Heroku. https://devcenter.heroku.com/articles/django
- [Answer]-Django 1.6 – admindocs and SITE_ID generates error in views section
- [Answer]-Python 2.7- django 1.7 (virtualenv) AppRegistryNotReady: Models aren't loaded yet error
- [Answer]-Autoreload does not work in Celery
- [Answer]-Django data types vs. MySQL types
- [Answer]-Django Admin filter changelist by user
Source:stackexchange.com