Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 comments
No comments yet.
How to Achieve 12-Factor App “Config” Glory with Django Settings Files | Better HN
How to Achieve 12-Factor App “Config” Glory with Django Settings Files
(opens in new tab)
(blog.ipoots.com)
1 points
bjinwright
13y ago
0 comments
Share
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.