| published by | Adam Johnson |
|---|---|
| in blog | Adam Johnson |
| original entry | Django Settings Patterns to Avoid |
Here are some potential mistakes made with Django settings that you can avoid.
Python doesn’t make a distinction between import time and run time. As such, it …