Skip to content

This one is the same as V1 Django REST framework boilerplate with djoser, Simple JWT, django-environ and Swagger. But the difference is that it uses an email address as user identification token instead of a username. Email field is used instead of username field and username field does not exist in custom user model.

Notifications You must be signed in to change notification settings

bnisevic/drf_boilerplate_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST framework boilerplate

Including:

  • djoser
  • Simple JWT (Support for JSON Web Tokens Authentication)
  • django-environ (Separating environment settings from the code)
  • Swagger (Documenting API endpoints with easy to use UI)
  • Custom user model
  • Email instead of username (username does not exist)

After python manage.py runserver go to http://127.0.0.1:8000/swagger/ to check available endpoints.

About

This one is the same as V1 Django REST framework boilerplate with djoser, Simple JWT, django-environ and Swagger. But the difference is that it uses an email address as user identification token instead of a username. Email field is used instead of username field and username field does not exist in custom user model.

Resources

Stars

Watchers

Forks

Languages