binder/binder
Daniel Roschka e13b42cd13 Refactors the views used to add and delete records.
Notable changes are:
* Refactored views, utilizing more of Djangos features, resulting in simpler
  code.
* URLs are now the same when initially filling out a form and when editing a
  submitted form which contained errors.
* Instead of a result page showing the response from the DNS server (which is
  now logged using Djangos "logging" functionality) the user is now redirected
  back to the record listing of the current zone when the action was successful
  or stays on the form page when an error occured. Proper success/error
  messages are shown in both cases by utilizing Djangos "messages"
  functionality.
2015-09-05 19:03:21 +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
migrations Merge pull request #23 from Dunedan/add-migrations 2015-04-02 21:55:11 -04:00
static Merge branch 'ship-jquery' of https://github.com/Dunedan/binder into Dunedan-ship-jquery 2015-04-05 07:22:23 -04:00
templates Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
testdata Add integration test for denied zone transfer 2012-12-09 21:22:47 -05:00
tests Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
__init__.py Enable admin ui 2011-04-10 15:02:33 -04:00
admin.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
exceptions.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
forms.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
helpers.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
middlewares.py Add global authentication 2015-04-05 21:06:01 +02:00
models.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
settings.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
urls.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
views.py Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00