Hacker News new | ask | show | jobs
How to Achieve 12-Factor App “Config” Glory with Django Settings Files (blog.ipoots.com)
1 points by bjinwright 4871 days ago
So 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.