kennethreitz 85017bcb98 logging
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-12-11 07:00:58 -05:00
2017-12-11 07:00:58 -05:00
2017-12-11 06:17:16 -05:00
2017-12-11 07:00:58 -05:00
2017-12-11 06:17:16 -05:00
2017-12-11 06:26:42 -05:00

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)
  • Potentially, starter template (hard to maintain)
  • Potentially, gunicorn runner (prob not neccessary)

It will depend on the following libraries:

  • dj-database-url (or django-environ)
  • psycopg2
  • WhiteNoise
  • Gunicorn, potentially

Django 2.0 will be targetted.

The name of the library is pretty set, but still tobedetermined.

Possible Usage

In settings.py:

…
# Configure Django App for Heroku.
django_heroku.configure(locals())
S
Description
No description provided
Readme BSD-3-Clause 82 KiB
Languages
Python 99.4%
Makefile 0.3%
Procfile 0.3%