GitHub - bnisevic/drf_boilerplate_v2: 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.

1 min read Original article ↗

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

Readme

Activity

Stars

13 stars

Watchers

1 watching

Forks

3 forks