Description
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
and manage.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 settingsrest-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 templatesrest-framework-auth-toolkit/rest_auth_toolkit/views.py
Lines 28 to 32 in 0bf0fb5