Discussion:
Django OAuth Toolkit Login Template
Foobar
2018-11-01 22:12:15 UTC
Permalink
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
instructions are not clear but mention that this template should be changed.

Any help would be appreciated. Thanks.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
carlos
2018-11-02 04:29:28 UTC
Permalink
yes, create directory/registration inside login.html template


Cheers
Post by Foobar
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
instructions are not clear but mention that this template should be changed.
Any help would be appreciated. Thanks.
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
att.
Carlos Rocha
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Asad Habib
2018-11-02 06:54:24 UTC
Permalink
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]
Post by carlos
yes, create directory/registration inside login.html template
Cheers
Post by Foobar
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
instructions are not clear but mention that this template should be changed.
Any help would be appreciated. Thanks.
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
att.
Carlos Rocha
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Asad Habib
2018-11-02 13:49:55 UTC
Permalink
Can anyone shed some light on this? Thanks.
Post by 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
[image: Apps page]
Post by carlos
yes, create directory/registration inside login.html template
Cheers
Post by Foobar
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
instructions are not clear but mention that this template should be changed.
Any help would be appreciated. Thanks.
--
You received this message because you are subscribed to the Google
Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
att.
Carlos Rocha
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...