Is there any way to create a user without the username? I tried doing this by first_name, last_name, password and email. But got an error:
TypeError at /accounts/register/
create_user() takes at least 2 arguments (3 given)
So, I searched for creating so, and then found that django needs a username. But I hope there is some other way around. Can anyone please guide me through if there is. Thank you.