Storing Config in Environment Python / Django

Viewed 2335

I have been wondering about this for awhile. Namely, how does one go about isolating the config from the codebase when doing projects in Python and/or Django.

In particular, these thoughts have been inspired by one of Heroku's 12 Factors: III Config

What are some ways one could do this? How could he comply with this requirement when writing projects in Python, especially Django?

1 Answers
Related