binder/binder
Daniel Roschka 581dc915fe Change in the behavior of local_settings.py
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.
2015-04-02 10:26:29 +02:00
..
db Enable admin ui 2011-04-10 15:02:33 -04:00
fixtures clean up the keys, down to one key for testing 2012-12-07 07:44:29 -05:00
static move to bootstrap 3 (3.3.4). fairly significant template update 2015-04-01 21:28:56 -04:00
templates move to bootstrap 3 (3.3.4). fairly significant template update 2015-04-01 21:28:56 -04:00
testdata Add integration test for denied zone transfer 2012-12-09 21:22:47 -05:00
tests fix models test reason for test where no statistics port is specified 2014-12-24 17:15:06 -05:00
__init__.py Enable admin ui 2011-04-10 15:02:33 -04:00
admin.py Added validation for the admin forms. 2015-03-23 21:51:31 +01:00
exceptions.py Add error handling in delete_record function around unrecognized/malformed keys. 2012-11-29 21:52:27 -05:00
forms.py Change in the behavior of local_settings.py 2015-04-02 10:26:29 +02:00
helpers.py clean up how we parse multiple items in the selected list when deleting multiple records 2015-03-31 21:43:26 -04:00
models.py fix the text associated with an hmac-md5 tsig key 2015-03-22 14:32:07 -04:00
settings.py Change in the behavior of local_settings.py 2015-04-02 10:26:29 +02:00
urls.py Convert template URL href references to use 'url' template syntax for reverse URLs 2012-12-15 20:25:06 -05:00
views.py Change in the behavior of local_settings.py 2015-04-02 10:26:29 +02:00