Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
I was searching for an easy login form in django, thanks Bek !!
My pleasure
Very nice content, ty very much. Greetings from Brazil my friend.
Thank you Cristian 😊 I love Brazil 🇧🇷
Brilliant video dude.logout fix {% csrf_token %} Logout
Thanks a lot !!
its very easy to understand and use , print(f"thanks"*100)
Thanks a lot my friend 🙏☺️
great content
Thanks man
My pleasure, Luiz
Much respect man
Is there a way to create a signup for the user instead of Django createsuperuser ?
Yes there is, I might demonstrate that in a future video
wowvery shortcode5 Stars for you
Hello Bek, thanks for the wonderful content. I was trying to create the webpage by following your steps. However, when I am browsing accounts/login it is giving 404. What I am doing wrong?
Thanks my friend.Ok, what is the error message you're getting in the terminal?
@@BekBrace No error on terminal, my admin page is working fine. But login page 404
@@RaviInala @Bek Brace I am also getting errors. "django.template.exceptions.TemplateDoesNotExist: registration/login.html"
I got the same issue. Do we have a solution?
I had the same issueThis works:in settingsimport osTEMPLATES_DIR = os.path.join(BASE_DIR, ,'templates')'DIRS' : [TEMPLATES_DIR]
Hey can i use this tut to create log in and logout for blog video
Absolutely
i am unable to logout it's showing page isn't working
Can't help you if you don't give me more details
Log out doesnt work
Check your code
try this {% csrf_token %} Logout
I was searching for an easy login form in django, thanks Bek !!
My pleasure
Very nice content, ty very much. Greetings from Brazil my friend.
Thank you Cristian 😊 I love Brazil 🇧🇷
Brilliant video dude.
logout fix
{% csrf_token %}
Logout
Thanks a lot !!
its very easy to understand and use , print(f"thanks"*100)
Thanks a lot my friend 🙏☺️
great content
Thanks man
My pleasure, Luiz
Much respect man
Is there a way to create a signup for the user instead of Django createsuperuser ?
Yes there is, I might demonstrate that in a future video
wow
very shortcode
5 Stars for you
Hello Bek, thanks for the wonderful content. I was trying to create the webpage by following your steps. However, when I am browsing accounts/login it is giving 404. What I am doing wrong?
Thanks my friend.
Ok, what is the error message you're getting in the terminal?
@@BekBrace No error on terminal, my admin page is working fine. But login page 404
@@RaviInala @Bek Brace I am also getting errors. "django.template.exceptions.TemplateDoesNotExist: registration/login.html"
I got the same issue. Do we have a solution?
I had the same issue
This works:
in settings
import os
TEMPLATES_DIR = os.path.join(BASE_DIR, ,'templates')
'DIRS' : [TEMPLATES_DIR]
Hey can i use this tut to create log in and logout for blog video
Absolutely
i am unable to logout it's showing page isn't working
Can't help you if you don't give me more details
Log out doesnt work
Check your code
try this
{% csrf_token %}
Logout