I am currently working on a django project. It already have a custom User model for authentication. Now I have to create a new app inside the same project which will have a authentication system for another type of users. Can I have two custom User model in same project? If yes, what will be the settings in settings.py as it only give option of specifying only one AUTH_USER_MODEL.
I am new to django and can't figure out the options available in django. Please help me out. i am stucked.