Is there any way I can use email as user name with out specifying custom user model. I am new to django, From past few hour I am searching and trying to find a way. I try creating custom modal but then everything get changed like admin login.
Secondly is there any way to define a custom model for specific app. eg. fronted only. So that back-end stay as is.
I just need to use email as username for users login.
Is it possible to use
USERNAME_FIELD = 'email'