jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

Change in the behavior of local_settings.py #24

Closed Dunedan closed 9 years ago

Dunedan commented 9 years ago

Up to now local_settings.py was used for binder specific configuration values.

This commit moves these values to settings.py, removes local_settings.py from version control and adds logic to settings.py to allow settings in local_settings.py to overwrite ones defined in settings.py, enabling local_settings.py to be used as installation specific configuration file, e.g. for custom database configuration.