How to Implement Login, Logout, and Registration with Django’s User Model.

Kristian Roopnarine
Level Up Coding
Published in
8 min readApr 7, 2020

--

Using Django’s built in User model to create a registration and login page.

What you’ll learn

  • Django’s built-in User model
  • How to create Users with Django’s built-in UserCreationForm
  • Django’s built-in authentication URL paths

--

--