Re: costum user in Django 3.2

2021-11-11 Thread Alessandro Carmignotto
May be the reason is on the refuse? Custom, not Costum... Il giorno gio 11 nov 2021 alle ore 05:00 David Nugent ha scritto: > On Tue, Nov 9, 2021 at 10:15 PM DJANGO DEVELOPER > wrote: > >> have you added AUTH_USER_MODEL = 'my_app.custommodel' in your settings.py? >> > > And note the lower case

Re: costum user in Django 3.2

2021-11-10 Thread David Nugent
On Tue, Nov 9, 2021 at 10:15 PM DJANGO DEVELOPER wrote: > have you added AUTH_USER_MODEL = 'my_app.custommodel' in your settings.py? > And note the lower case here as pointed out. App names are always handled as lowercase internally in Django. On Monday, November 8, 2021 at 10:50:14 PM UTC+5

Re: costum user in Django 3.2

2021-11-09 Thread DJANGO DEVELOPER
have you added AUTH_USER_MODEL = 'my_app.custommodel' in your settings.py? On Monday, November 8, 2021 at 10:50:14 PM UTC+5 ngboua...@gmail.com wrote: > > hello team, how can i fix this error please? > > ValueError: Related model 'My_App.costumuser' cannot be resolved > > i want to costumize my

costum user in Django 3.2

2021-11-08 Thread Messie NGBOUANDO
hello team, how can i fix this error please? ValueError: Related model 'My_App.costumuser' cannot be resolved i want to costumize my user, i got this error when i migrate the model -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscri