Clone of Django Resgistration flow for Django Rest Framework Needs ‘django.contrib.sites’ and an email backend Based on StackOverflow answer http://stackoverflow.com/a/19337404 and django-registration https://django-registration.readthedocs.org/ Install $ pip install django-registration-rest-framework Usage settings.py INSTALLED_APPS = ... 'registration_api', ... # This setting is mandatory REGIST