Merge pull request #291 from elnappo/registration

Upgrade django-registration-redux
This commit is contained in:
TW 2017-01-21 01:00:21 +01:00 committed by GitHub
commit f38cc72c56
2 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ INSTALLED_APPS = (
'nsupdate.api',
'nsupdate.main',
'bootstrapform',
'registration',
'django.contrib.admin',
'registration',
'django_extensions',
)

View File

@ -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