Django settings refactoring apps
| by jpic | django pythonFound another way cool app shared by Linus Lewandowski on django-dev mailing list, here’s the excerpt from django-12factor:
“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”.