You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lib is a toolkit with optional features, but when some feature is enabled it requires some settings. We should use the django checks subsystem to issue warnings.
This lib is a toolkit with optional features, but when some feature is enabled it requires some settings. We should use the django checks subsystem to issue warnings.
We could do it using AppConfig.ready: https://github.com/fabiocaccamo/django-admin-interface/blob/master/admin_interface/settings.py
or use the django checks subsystem that is used by
manage.py check
andmanage.py runserver
: https://docs.djangoproject.com/en/2.1/topics/checks/facebook login requires facepy
rest-framework-auth-toolkit/rest_auth_toolkit/views.py
Lines 183 to 185 in 0bf0fb5
and settings
rest-framework-auth-toolkit/rest_auth_toolkit/serializers.py
Lines 76 to 78 in 30aba20
email signup with confirmations requires settings
rest-framework-auth-toolkit/rest_auth_toolkit/views.py
Lines 73 to 77 in 0bf0fb5
and templates
rest-framework-auth-toolkit/rest_auth_toolkit/views.py
Lines 28 to 32 in 0bf0fb5
The text was updated successfully, but these errors were encountered: