django-rest-auth/rest_auth
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
..
registration Adds check for optional deps in INSTALLED_APPS 2015-10-01 09:51:25 -03:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py adding static code analysis 2015-04-28 10:04:20 +02:00
django_test_urls.py adding static code analysis 2015-04-28 10:04:20 +02:00
models.py First commit. 2014-04-30 12:52:05 -07:00
serializers.py LoginSerializer allow_blank fix 2015-08-17 13:35:20 +03:00
test_urls.py appending all views with View 2015-08-07 13:54:45 +03:00
tests.py Flake8 style fixes 2015-04-28 10:22:08 +02:00
urls.py appending all views with View 2015-08-07 13:54:45 +03:00
utils.py Merge branch 'master' into flake8 2015-04-28 10:04:42 +02:00
views.py bugfix, request.DATA is deprecated, replaced with request.data 2015-08-07 14:31:33 +03:00