Back to Browse

User Authentication in Django

686 views
Nov 11, 2022
22:16

This is a quick tutorial going over the basics of how to handle registering, logging in, and logging out users in Django. We will build a custom register form and view, we will also use the built in log in and log out views that come with Django. We won't focus on making the forms look pretty but the link to Django Crispy Forms is below. Django Crispy Forms: https://django-crispy-forms.readthedocs.io/en/latest/ Code: https://github.com/legionscript/Django-User-Auth Free Structured Courses: https://www.legionscript.com/

Download

0 formats

No download links available.

User Authentication in Django | NatokHD