[Answer]-Python manage.py runserver causes AppRegistryNotReady exception with views that extend ProtectedResourceView

1👍

This is a bug in django-oauth-toolkit in conjunction with Django 1.7, see here: https://github.com/evonove/django-oauth-toolkit/issues/151

You can use the workaround that was posted to the issue, or just switch back to Django 1.6 and wait for a fix for django-oauth-toolkit.

==========

UPDATE from OP:

This issue has been fixed in django-oauth-toolkit 0.8 and released to PyPI as of 27 March 2015. I have tested and confirmed this with the project described in the original question.

👤Jay

Leave a comment