02 Adding extra fields to a Django custom user model

preview_player
Показать описание
It's a good idea to define a custom user model in Django. In this tutorial we will add a number of fields such as date of birth, address, phone number to the model. We will also make all these fields editable in the Django and Wagtail admin.

Рекомендации по теме
Комментарии
Автор

on the description website, the content of 'forms.py' must start with:

from django import forms
from .models import CustomUser

the first line is missing. in the video it is fine.
thanks

mountainrunner
Автор

Thanks for this tutorial, please keep on adding more. Please make a tutorial for visitors count an page hits. Also social login…thank u..

nair.network
Автор

How to get these fields data?
like, from the model,
i need this specific model data which is
profile_picture
of authencated user.
how do i do this?
please help

AHabib
Автор

Can we create a login page using this model?

jintuthomas
Автор

I’m enjoying this tutorial series so far. However, it’s a shame that the terminal and editor text is so small! I have to go full screen and high resolution to read it properly :-(

danfan
Автор

hey i am new user to your channel. it's very hard to find continuation can you make separate playlist Django?

KrishnaManohar
Автор

django.db.utils.DataError: value too long for type character varying(30)

chekrasena
Автор

Надо было редактор сделать побольше, а то невидно

OleksiiVoronov