Register New Users - Django Wednesdays ECommerce 8

preview_player
Показать описание
In this video we'll set up a User Registration system using Django and Python.

We want our shoppers to be able to create accounts to hold their payment info and address and stuff.

We'll use the Django authentication system to set up basic site registration in this video...

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:55 - Create URL
2:15 - Create Register_User View
2:38 - Add Register Link To Navbar
3:28 - Import User Model and Forms
4:55 - Create Registration Form
10:17 - Register View Code
11:17 - Post Form View Code
17:00 - Create New User
18:00 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My YouTube Channel:
▶ See More At: ✅ Join My Facebook Group:
▶ Get The Code

Codemycom
Автор

What a great class, I learned a lot, let's move on🚀

kelver
Автор

I have been waiting for this the whole week. I can't believe the next tutorial is next week 😪😪

njorogengotho
Автор

Great video John as always... Ill wait for more:) Do we have any idea what the next video will be expanding on ? Just curious lol

namdarcs
Автор

Thanks!
7th & 8th videos helped me a lot with Authentication.

Ahmad_Al-Deeb
Автор

am actually building a website using this tutorial

deebx
Автор

Hi don't you think Djoser library better?

YieGin
Автор

It is worth tutorial for me. I have a question. how can I add telephone number field to registration form?

codebank
Автор

whenever I try to register a new account, it returns a csrf middleware token in the terminal and no validation checks are performed and even if all fields are valid, the user isn't added to the database

infinitespace
Автор

hey jhon having someproblems with Exception Type: MultiValueDictKeyError
Exception Value:
'password' when i hit register

rushimithagare
Автор

hi professor
this course very excellent
How can I access this project? in github

LearnKH-sr
Автор

There are how many ways of creating a login, logout and registration system in django and which is the most preffered ?

stevenodutu
Автор

Hy....ur video is very useful.then you can upload fast🤓 because we are waiting...

nandhanakb
Автор

shouldn't registration be for customers and data should be in the customer table not in the admin table, I'm confused.
please someone answer me.

LordShadow
Автор

Hi, do we write password for our email or for username

zavyarproduction
Автор

I am having MultiValueDictKeyError at login_user password. Can you please help me to resolve it?

laxmishrestha
Автор

'str' object has no attribute am recieving this error while clicking on signup button
can u help me pls

RittaRamachandran
Автор

ValueError: The User could not be created because the data didn't validate....
error is this.. any suggestion sir?

RittaRamachandran
Автор

Will this project be completed this month

nandhanakb
Автор

I am not able to regitser new user the if part conditons in views.py of register_user is not executed
for me only else part is executed .can you help me to resolve the error

amel_.s