This is a beginner-friendly guide to the official Django Rest Framework tutorial. If you have struggled to complete the official tutorial on your o...
For further actions, you may consider blocking this person and/or reporting abuse
Hi can I create a custom user model in django-rest so that I doesn't requires password to do so?
This is how to do a custom user model: learndjango.com/tutorials/django-c...
If you use django-allauth you can use only email if desired. Here's more on that: learndjango.com/tutorials/django-a...
Also take a look DjangoX which is a starter project with email-only auth: github.com/wsvincent/djangox