mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-11-08 11:37:33 +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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| serializers.py | ||
| urls.py | ||
| views.py | ||