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. |
No comments yet
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. |