OpenJUB / dreamjub

Jacobs Directory Exploration and Mapping Server.
1 stars 4 forks source link

Update OAuth Provider Class Location #56

Closed tkw1536 closed 7 years ago

tkw1536 commented 7 years ago

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.

tkw1536 commented 7 years ago

/cc @kuboschek We just talked about this 5 minutes ago.