DEV Community

Discussion on: Official Django REST Framework Tutorial - A Beginners Guide

Collapse
 
adshin21_ profile image
Aditya

Hi can I create a custom user model in django-rest so that I doesn't requires password to do so?

Collapse
 
wsvincent profile image
Will Vincent

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