Top 5 3rd party packages

My main work is building and maintaining a Django REST API, but I have also built GraphQL servers in Django.

  1. djangorestframework
  2. django-rest-knox - Token authentication for django-rest-framework
  3. sentry-sdk - For error reports
  4. Graphene - For building GraphQL servers
  5. django-filter

++ Bonus:

  • django-pytest - Because pytest is the best testing library for Python
  • factory-boy - Building model factories for testing.
1 Like