DEV Community

Official Django REST Framework Tutorial - A Beginners Guide

Will Vincent on February 06, 2020

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...
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