A recent update to django-oauth-toolkit amongst other things moved the
Django OAuth Provider Classes from ext.rest_framework to
contrib.rest_framework. This caused an exception when running dreamjub
with the newest version of oauth-toolkit.
This PR fixes the problem by updating settings.py to use the
provider from the new source instead.
A recent update to django-oauth-toolkit amongst other things moved the Django OAuth Provider Classes from ext.rest_framework to contrib.rest_framework. This caused an exception when running dreamjub with the newest version of oauth-toolkit.
This PR fixes the problem by updating settings.py to use the provider from the new source instead.