student_management_system_in_django
student_management_system_in_django copied to clipboard
Issue while creating CUSTOM USER
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.
I something notice about the Bad URL: why its "https|" instead of "https:"
I removed {% static %} from my templating file https of googlefonts and its showing this now. I guess resolved?
I removed {% static %} from my templating file https of googlefonts and its showing this now. I guess resolved?
that's great!
While creating superuser its' stucked
While creating superuser its' stucked
you need to migrate first
did you create a database in mysql?
please can someone help me with this error am running through, i get this in my first migrations
please can someone help me with this error am running through, i get this in my first migrations
Correct the app name in settings for AUTH_USER_MODEL