Django Login Form and User Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 มิ.ย. 2024
  • Web Dev Roadmap for Beginners (Free!): bit.ly/DaveGrayWebDevRoadmap
    Learn how to create a Django login form and apply User Authentication. Python Django makes creating user sign-in and sign-up forms easy. User Authentication is an important part of a full stack application.
    💖 Support me on Patreon ➜ / davegray
    ⭐ Become a full-stack dev with Zero To Mastery Courses:
    - The Complete Python Developer: bit.ly/CompPythonDev
    - Complete Machine Learning & Data Science: bit.ly/CompMachineLearning
    - Junior to Senior Dev Roadmap: bit.ly/WebDevRoadmap-JrtoSr
    🚩 Subscribe ➜ bit.ly/3nGHmNn
    📬 Course Updates ➜ courses.davegray.codes/
    🚀 Discord ➜ / discord
    ☕ Buy Me A Coffee ➜ www.buymeacoffee.com/davegray
    👇 Follow Me On Social Media:
    GitHub: github.com/gitdagray
    X: / yesdavidgray
    LinkedIn: / davidagray
    Blog: www.davegray.codes/
    🔗 All Resources for this Django Course: github.com/gitdagray/django-c...
    🔗 TH-cam Playlist for this Django Tutorial Series: • Python Django Tutorial...
    Django Login Form and User Authentication
    (00:00) Intro
    (00:05) Welcome
    (00:27) Getting Started
    (00:58) User Registration Page
    (01:40) Updating the Navbar
    (03:25) Update the urlpatterns
    (04:41) Login View Function Part 1
    (07:28) Login Form Template
    (08:59) Login View Function Part 2
    (11:05) Checking Form Logic & Validation
    (12:32) Login View Function Part 3
    (14:24) Checking the Login Function
    📚 Tutorial References:
    🔗 Django Official Site: www.djangoproject.com/
    🔗 Django Model field reference: docs.djangoproject.com/en/5.0...
    🔗 Django Path Converters: docs.djangoproject.com/en/5.0...
    🔗 Python Official Site: www.python.org/
    🔗Visual Studio Code Official Site: code.visualstudio.com/
    👀 Visual Studio Code: code.visualstudio.com/
    Was this Python Django Login Form and User Authentication tutorial helpful? If so, please share. Let me know your thoughts in the comments.
    #django #login #form

ความคิดเห็น • 28

  • @pluderr3947
    @pluderr3947 3 หลายเดือนก่อน +2

    Dave I made it to the last video in just two days!! I also successfully completed the challenge in Part 8 without needing to play the video and wait for the solution. Thank you Dave, I can't wait to start building my own apps. If it weren't for you, I wouldn't have gotten to this point so it's thanks to you that I am able to understand Django a little better :) Much love!

  • @kevl7129
    @kevl7129 3 หลายเดือนก่อน +4

    Dave, please consider extending this series to using Django as an API with Django Rest Framework and ! Throws up all sorts of interesting challenges to do with auth and so on and I'd love to see your take on tackling it. Great video!

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 หลายเดือนก่อน +7

      Thanks - I'm thinking a separate short series for Django REST Framework but I do plan to get there!

    • @nimacode
      @nimacode 3 หลายเดือนก่อน +1

      thanks a lot looking forward to it@@DaveGrayTeachesCode

  • @akp2082
    @akp2082 3 หลายเดือนก่อน +2

    Thanks Dave For the endless effort you make each day , Thanks for the insightful clean information.

  • @aftabahmad4773
    @aftabahmad4773 3 หลายเดือนก่อน +2

    Thank you Dave ♥

  • @anjaneyulub2529
    @anjaneyulub2529 3 หลายเดือนก่อน +2

    Thank you Dave:)

  • @krzysiekkrzysiek9059
    @krzysiekkrzysiek9059 3 หลายเดือนก่อน +1

    Always a comment and thumb btn 💪

  • @kumargupta7149
    @kumargupta7149 3 หลายเดือนก่อน +1

    Just comment for TH-cam algorithm ❤

  • @Fghhhg8883
    @Fghhhg8883 3 หลายเดือนก่อน

    Thank you Dave, I wish I could have such teaching skills as yours. I hope you don't mind if I use some of your examples for my students. And ofcourse I'll share with them your channel

  • @bsisow
    @bsisow 3 หลายเดือนก่อน

    Спасибо! Хороший контент!

  • @user-ek3xz1yj5j
    @user-ek3xz1yj5j 3 หลายเดือนก่อน

    You are a great teacher,thanks for your work.Would you mind considering a course on data structures and algorithms if it isn't too much to ask.

  • @MatheusCampos-lw9pt
    @MatheusCampos-lw9pt 2 หลายเดือนก่อน

    tnx

  • @chimaihueze
    @chimaihueze 2 หลายเดือนก่อน

    Hi Dave, what theme are you using for your vscode and what font is it? i really like the font

  • @haidertoqeer
    @haidertoqeer 3 หลายเดือนก่อน

    Thank you Dave 🇵🇰

  • @banka990
    @banka990 3 หลายเดือนก่อน

    Thank you for the great lessons. You are very good teacher.
    I would appreciate an advice from you. I started my self taught programming journey with Python and got my feet wet with Django but only some basics. Then I switched to JavaScript and frontend development since I got accepted in a great free Bootcamp where I learned a lot, both vanilla JS and React. Now I believe that I know JS more than Python, and would like to try backend development to be able to create full stack applications. Since you are familiar with both NodeJS with Express and Python with Django, which one would you recommend to me? To return back to Django or to explore NodeJS? Where I live there are no many Django job opportunities, but I would consider it if you think it's better in some ways than Express. How do you compare them both?
    Thank you in advance!

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 หลายเดือนก่อน +1

      Whichever you are more comfortable with. Django has the Django REST Framework which I will cover in a separate series. Node.js & Express is an excellent choice as well.

  • @lostinthenarrativve
    @lostinthenarrativve 3 หลายเดือนก่อน

    Hey Dave, can I ask how many episodes are remained till the django course is done?

  • @jouiedomar1922
    @jouiedomar1922 3 หลายเดือนก่อน

    Thank you dave,
    But how can I not memorize the functions in Django and at the same time say: "I'am a Django developer"?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 หลายเดือนก่อน +1

      You are welcome to. I look at too much code and switch between projects too often. I say go for it!

  • @Shriramkrishnhari
    @Shriramkrishnhari 3 หลายเดือนก่อน +1

    👍

  • @smsaikat9329
    @smsaikat9329 3 หลายเดือนก่อน

    ❤❤❤

  • @haroldpepete
    @haroldpepete 3 หลายเดือนก่อน

    Burton C Bell of fear factory after his retirement

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  3 หลายเดือนก่อน

      I need to start making a list of everyone I'm compared to and then have viewers vote 😆

    • @haroldpepete
      @haroldpepete 3 หลายเดือนก่อน

      @@DaveGrayTeachesCode it just for fun, you do a great job and i don't miss any of your videos, i'll continue supporting you