django-heroku · PyPI
https://pypi.org/project/django-heroku01.03.2018 · Usage of Django-Heroku. In settings.py, at the very bottom: # Configure Django App for Heroku. import django_heroku django_heroku.settings(locals()) This will automatically configure DATABASE_URL, ALLOWED_HOSTS, WhiteNoise (for static assets), Logging, and Heroku CI for your application.. Bonus points!
django-heroku · PyPI
pypi.org › project › django-herokuMar 01, 2018 · This is a Django library for Heroku applications that ensures a seamless deployment and development experience. This library provides: Settings configuration (Static files / WhiteNoise). Logging configuration. Test runner (important for Heroku CI ). Django 2.0 is targeted, but older versions of Django should be compatible.