How to Achieve 12-Factor App “Config” Glory with Django Settings Files
blog.ipoots.comSo part of being a 12-factor app is storing your config in your environment (http://12factor.net/config). This is how I do that using Django settings files.
No comments yet.