2017-12-11 08:55:06 -05:00
2017-12-11 08:55:06 -05:00
2017-12-11 07:39:15 -05:00
2017-12-11 07:39:15 -05:00
2017-12-11 06:17:16 -05:00
2017-12-11 07:42:37 -05:00
2017-12-11 07:39:15 -05:00

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 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%