-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing authent/applications/ gives me 'oauth2_provider' is not a registered namespace #127
Comments
Ok so for this one, I see 2 possibilities:
I'd say that first one is better but I'm far from being sure and I'd like your opinion. Maybe there is another possibility where we can override an app without redefining all its components (templates and views).. Even after correcting that, I get You're probably not working on this part of the project. I wish to help. But I need enlightment :) |
Ok so I may have gotten it. It's not supposed to be working with the oauth2 front end. It should use AppCreationView. |
Praise the Lord if you tell me what are the steps to authenticate. |
sry @patata3000 for our slow answer, a little bit overbooked right now. |
How ? |
Simply remove the |
Ok thanks. Whenever you have time, maybe you can give a small "how to" in the readme to explain how you use it all. :) |
I'm running
MDS_DEV_DEBUG=1 pypthon manage.py runserver
and when I try to accessauthent/applications
, I get'oauth2_provider' is not a registered namespace
.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: