Carlos, thanks. But if you look at
https://django.cowhite.com/blog/building-oauth2-services-in-django-with-django-oauth-toolkit/,
when accessing http://localhost:8000/o/applications/, a screen like the
following should show up:
[image: Apps page]
On Fri, Nov 2, 2018 at 12:30 AM carlos wrote:
>
yes, create directory/registration inside login.html template
Cheers
On Thu, Nov 1, 2018 at 4:12 PM Foobar wrote:
> I'm trying to create an OAuth server using the following instructions:
>
>
> https://django-oauth-toolkit.readthedocs.io/en/latest/tutorial/tutorial_01.html
>
> Where can I find
I'm trying to create an OAuth server using the following instructions:
https://django-oauth-toolkit.readthedocs.io/en/latest/tutorial/tutorial_01.html
Where can I find the login template with path registration/login.html? Is
this a template I have to create inside directory /registration? The
i