DEV Community

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

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