diff --git a/nsupdate/settings/base.py b/nsupdate/settings/base.py index bf2f1e3..982db64 100644 --- a/nsupdate/settings/base.py +++ b/nsupdate/settings/base.py @@ -172,8 +172,8 @@ INSTALLED_APPS = ( 'nsupdate.api', 'nsupdate.main', 'bootstrapform', - 'registration', 'django.contrib.admin', + 'registration', 'django_extensions', ) diff --git a/requirements.d/all.txt b/requirements.d/all.txt index 347359f..f2e8da6 100644 --- a/requirements.d/all.txt +++ b/requirements.d/all.txt @@ -3,7 +3,7 @@ dnspython netaddr django>=1.8.1, <1.9 django-bootstrap-form -django-registration-redux<1.2 +django-registration-redux django-extensions social-auth-app-django requests