Django Tutorial #21 - Login Form

preview_player
Показать описание
Hey gang, in this tutorial we'll create the login form for our users using the built-in AuthenticationForm provided by Django.

----- COURSE LINKS:

======== Other Tutorials =========

----- NODE.JS TUTORIALS

----- MONGODB TUTORIALS

======== Social Links ==========

Рекомендации по теме
Комментарии
Автор

It is the best explanation that i have seen for django loginform

abdelkaderkaouane
Автор

8:51 bruwser
anyway, I love your tutorials man, if I had time, i'll watch them AAALLLL

ShaffleOne
Автор

Please make either a Python, Django, or SQL course so we can throw our money at you!

KevinTempelx
Автор

thanks for this idk why everything else complicates the hell out of what you need to do here

mattdagangsta
Автор

Hi Shaun first of all congrats for 100k subscribers, I hope you will reach 500k at the end of 2018. Please note it

hiteshchoudhary
Автор

It's so cute how you pronounce 'browser'.

wetpenguin
Автор

Bro you don't know u just made DJANGO so esy for me THANKS <3

EzanAsifEB_
Автор

Since you have so many tutorials about node.js and frameworks which are based on it, could you also test how to merge django and node? I'm using webpack watch mode to generate bundles and django reads them, but is there better solution for this?

giorgikakulashvili
Автор

With Django 2.0, url() is deprecated, so the template tag {% url 'accounts:login' %} don't work anymore. I had to use /accounts/login/ instead
Is it possible to use another template tag with path()?
Thanks. The video is great!

s.champloo
Автор

This is awesome
But how did just form.isvalid did ur work? Shouldn't we check the records in the model database and if the mail and password matches then it will redirect....and how did u got that prompt "please enter a correct username and password"?
Is that something built in in django?

whateverw
Автор

Hey authenticate and login uses which table in database. I think it uses it's own table so how can I make it to use my own table in database

dharikarsath
Автор

my code isnot throwing error.''enter the valid username and password" where it is showing valueerror

viper_creations
Автор

Hi Ninja.
What system you using.
can share the specification please

urdustoriespoetrycollectio
Автор

Firstly thank you for you videos it's interested secondly I want to know if can i use redirect funtion to move from page to another page of the same app thank you in advance

fatima-zohratchikou
Автор

This has been an awesome tutorial series, but I can't for the life of me get the redirect to work. I've triple checked my function, nothing happens when I press the login button.

chrismullins
Автор

How i can redirect to any slug detail page
I used in accounts app of views file in signup function as
redirect("articles: detail ")
error occurred says NoReverseMatch

abdulhaie
Автор

Sir, form.is_valid() is not working even though there are no errors

paavangupta
Автор

AttributeError at /accounts/signup/
'User' object has no attribute 'backend' Can anyone help me pls

achukstok
Автор

Maybe for the next video u could add ajax with that form so that it automatically checks if the username is taken or whatever and display error in the form itself.

kurtamurta
Автор

But I want to know username and password will be validated from where

mayanksharma