Hi all, I'm writing a backend in Django, I want to use *django-rest-auth*(1) to handle registration/email verification/social auth, the problem is that I need to distinguish between two different users: customer and professional
My question: is it better to proceed making *django-rest-auth* working as it comes "out of the box" and in a second moment go back and customize the user modem or vice versa? Note that at the I don't have data to preserve, I can easily recreate the database. Any suggestion will be greatly appreciated! 1) https://django-rest-auth.readthedocs.io/en/latest/index.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7172f781-b6e9-4326-90b4-b4964c8c3e0d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

