Re: Django OAuth Toolkit Login Template

2018-11-01 Thread Asad Habib
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: >

Re: Django OAuth Toolkit Login Template

2018-11-01 Thread carlos
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

Django OAuth Toolkit Login Template

2018-11-01 Thread Foobar
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