Python Django Tutorial - Customizing Django User Model

Опубликовано: 15 Август 2022
на канале: Joseph Kariuki
167
6

Django has a built-in authentication system that is mostly used out-of-the-box, saving development and testing time and effort. We may however find it necessary to perform customization and adjustments and this is what this tutorial is about.

Previous video:    • Python Django Tutorial - Creating  ou...  
Django tutorial playlist:    • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:31) User model for Django
⌨️ (0:02:18) Creating users application
⌨️ (0:04:20) Creating custom user model
⌨️ (0:07:25) Initial update database
⌨️ (0:08:21) Creating user authentication forms
⌨️ (0:13:02) Registering model in the administration
⌨️ (0:16:29) Creating a superuser for the admin site

====================

Django authentication system: https://docs.djangoproject.com/en/4.1...
Customizing Django User Model: https://docs.djangoproject.com/en/4.1...
Django forms: https://docs.djangoproject.com/en/4.1...

====================

The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...

====================

Reach me through:
My Website - https://josephkariuki.com/
Twitter -   / jkariscodes  
Instagram -   / codekaraoke  

#Python #Django #pythonprogramming #authentication