django-rest-auth/rest_auth/registration
Nick Spacek 0ae97701c8 Adds check for optional deps in INSTALLED_APPS
Previously the serializers.py file relied solely on the presence of
allauth.socialaccount in the PYTHON_PATH to determine if its use was
required. This adds another check in the Django INSTALLED_APPS for the
allauth.socialaccount app, and then continues with the import if the app
has been added.
2015-10-01 09:51:25 -03:00
..
__init__.py django-registration replacement 2014-10-01 14:13:21 +02:00
serializers.py Adds check for optional deps in INSTALLED_APPS 2015-10-01 09:51:25 -03:00
urls.py appending all views with View 2015-08-07 13:54:45 +03:00
views.py fix flake8 2015-08-14 13:49:47 +02:00