Django | Django Tutorial | How to extends user model | Q&A Website in Django

Опубликовано: 05 Октябрь 2024
на канале: Code Artisan Lab
577
7

Django Tutorial | How to Extend User Model | This is the 15th part of the Django tutorial series. In this series, we are creating a question-answer website. In this video, We will create a custom user profile section. For this, we will extend the default User model and add some extra fields for the user profile. Please like, subscribe, and share this video. Thank you :)
#django #djangoTutorials #learnDjango #djangoUserModel

Previous Parts
------------
1. Introduction of Question-Answer website project -    • Django Tutorial | Create Question Ans...  
2. Setup Django in Virtual Environment -    • Django Tutorial | How to Setup Django...  
3. Create a question-answer website from scratch -    • Django Tutorial | Create Question Ans...  

References
------------
Download Source Code From GitHub - https://github.com/codeartisanlab/que...
Django Crud Tutorial -    • Create crud application with Django 3...  
Build News Website in Django -    • Django Tutorial | Build News Website ...  

Prototype Screens
------------
https://drive.google.com/drive/folder...

Your queries can be
---------------------
1. Extend user model in Django
2. Work with user model in Django
3. Add extra fields in the Django user model
4. Create a custom user model in Django