Django settings files are pretty interesting. Rather than being written in some sort of purely declarative markup they just use Python. This brings both lots of power as well as the ability to do things in the settings file that you probably shouldn’t do. One area where I find this capability particularly useful is when specifying file system paths. Lots of the settings concern where Django can fi