mirror of
https://github.com/kennethreitz/django-heroku.git
synced 2026-06-05 23:10:16 +00:00
40e8c0c7a751bd80e651e10047d8fde367f460de
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
django-heroku ============= This is a (work in progress) Django library for Heroku apps. It could serve many purposes, including (but not limited to): - Settings configuration (static files / whitenoise) - Logging configuration (currently not covered at all) - Test runner (important for CI) It will depend on the following libraries: - dj-database-url (or django-environ) - psycopg2 - WhiteNoise - Django itself. -------------- Django 2.0 will be targetted. The name of the library is pretty set, but still to–be–determined. Possible Usage -------------- In ``settings.py``: :: … # Configure Django App for Heroku. django_heroku.configure(locals())
Description
Languages
Python
99.4%
Makefile
0.3%
Procfile
0.3%