student_management_system_in_django icon indicating copy to clipboard operation
student_management_system_in_django copied to clipboard

Issue while creating CUSTOM USER

Open ayushnanda21 opened this issue 4 years ago • 8 comments

I have defined : AUTH_USER_MODEL="my_app_name.CustomUser" in settings.py In models.py : custom user class. applied migrations But getting different errors which are not resolved. Could anyone help ?

I have attached errors below.

image

ayushnanda21 avatar Dec 08 '20 06:12 ayushnanda21

I something notice about the Bad URL: why its "https|" instead of "https:"

hammadarshad1 avatar Dec 08 '20 06:12 hammadarshad1

I removed {% static %} from my templating file https of googlefonts and its showing this now. I guess resolved? image

ayushnanda21 avatar Dec 08 '20 06:12 ayushnanda21

I removed {% static %} from my templating file https of googlefonts and its showing this now. I guess resolved? image

that's great!

hammadarshad1 avatar Dec 08 '20 06:12 hammadarshad1

While creating superuser its' stucked image

ayushnanda21 avatar Dec 08 '20 07:12 ayushnanda21

While creating superuser its' stucked image

you need to migrate first

hammadarshad1 avatar Dec 08 '20 07:12 hammadarshad1

image

ayushnanda21 avatar Dec 08 '20 08:12 ayushnanda21

did you create a database in mysql?

hammadarshad1 avatar Dec 08 '20 12:12 hammadarshad1

please can someone help me with this error am running through, i get this in my first migrations IMG_20210730_134724_5 1

olamyk avatar Jul 30 '21 12:07 olamyk

please can someone help me with this error am running through, i get this in my first migrations IMG_20210730_134724_5 1

Correct the app name in settings for AUTH_USER_MODEL

hackstarsj avatar May 18 '24 03:05 hackstarsj