mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-11-10 04:27:34 +03:00
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. |
||
|---|---|---|
| .. | ||
| registration | ||
| __init__.py | ||
| admin.py | ||
| app_settings.py | ||
| django_test_urls.py | ||
| models.py | ||
| serializers.py | ||
| test_urls.py | ||
| tests.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||