Skip to content

doismellburning/django12factor

Repository files navigation

django-12factor

image

Code Health

Requirements Status

Coverage Status

What is it?

Django is an awesome Python web framework.

"The Twelve-Factor App" is an awesome methodology for building SaaS apps.

django-12factor makes Django more 12factor-y. Right now, this focuses on the Config - "Store config in the environment"; Heroku users with addons will be particularly familiar with this.

Still not sure of the benefits? Check out "Twelve-Factor Config: Misunderstandings and Advice".

Documentation

https://django12factor.readthedocs.org/en/latest/

Licensing

django12factor is licensed under the terms of the MIT License (see License).

django12factor includes copies of Python's captured_output, captured_stdout and captured_stderr context managers, which are licensed under the terms of the PSF LICENSE AGREEMENT FOR PYTHON.

Credits

Originally written by Kristian Glass / @doismellburning, now maintained by the wonderful Jonas Maurus / @jdelic