Python Django User Registration - Full Tutorial

Dave Gray • March 1, 2024
Video Thumbnail

About

Web Development tutorials with full courses on HTML, CSS, JavaScript, React, Node.js and more! My goal is to help you learn how to build the web. Teaching helps me learn, too. I work full-time as a Solutions Architect / Developer and part-time as a university web dev instructor. Thank you for subscribing, supporting my channel and sharing the videos you think may help others. Keep striving for progress over perfection. And a little progress every day goes a very long way. Milestones: July 20, 2020 - 1st video Jan 1, 2021 - 1k subs April 2021 - 4k watch hours Nov 2021 - 10k subs Jan 21, 2022 - Video at 100k views Feb 16, 2022 - 100k watch hours Feb 19, 2022 - 1m views Dec 13, 2022 - 100k subs Dec 2022 - Over 1m views in 1 month April 7, 2023 - 10m views May 26, 2023 - 1m watch hours Sept 22, 2023 - Video at 1m views Dec 25, 2023 - 250k subs

Video Description

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap Learn Python Django User Registration in this full tutorial. We will add a user registration form to our Django Project, learn how to save new users, and redirect them to our posts list after a login. šŸ’– Support me on Patreon āžœ https://patreon.com/davegray ⭐ Become a full-stack dev with Zero To Mastery Courses: - The Complete Python Developer: https://bit.ly/CompPythonDev - Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning - Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr 🚩 Subscribe āžœ https://bit.ly/3nGHmNn šŸ“¬ Course Updates āžœ https://courses.davegray.codes/ šŸš€ Discord āžœ https://discord.gg/neKghyefqh ā˜• Buy Me A Coffee āžœ https://www.buymeacoffee.com/davegray šŸ‘‡ Follow Me On Social Media: GitHub: https://github.com/gitdagray X: https://twitter.com/yesdavidgray LinkedIn: https://www.linkedin.com/in/davidagray/ Blog: https://www.davegray.codes/ šŸ”— All Resources for this Django Course: https://github.com/gitdagray/django-course šŸ”— YouTube Playlist for this Django Tutorial Series: https://www.youtube.com/playlist?list=PL0Zuz27SZ-6NamGNr7dEqzNFEcZ_FAUVX Python Django User Registration - Full Tutorial (00:00) Intro (00:05) Welcome (00:27) Getting Started (00:55) Django's User Creation Form (03:09) Adding the form to a template (05:09) The CSRF Token (05:52) Checking the form in the browser (07:48) Saving the User after form submission (11:35) Checking form logic (13:16) Verifying the new user was saved (13:54) Update the Navbar šŸ“š Tutorial References: šŸ”— Django Official Site: https://www.djangoproject.com/ šŸ”— Django Model field reference: https://docs.djangoproject.com/en/5.0/ref/models/fields šŸ”— Django Path Converters: https://docs.djangoproject.com/en/5.0/topics/http/urls/#path-converters šŸ”— Python Official Site: https://www.python.org/ šŸ”—Visual Studio Code Official Site: https://code.visualstudio.com/ šŸ‘€ Visual Studio Code: https://code.visualstudio.com/ Was this Python Django User Registration tutorial helpful? If so, please share. Let me know your thoughts in the comments. #django #user #registration

You May Also Like