My main work is building and maintaining a Django REST API, but I have also built GraphQL servers in Django.
- djangorestframework
- django-rest-knox - Token authentication for django-rest-framework
- sentry-sdk - For error reports
- Graphene - For building GraphQL servers
- django-filter
++ Bonus:
- django-pytest - Because pytest is the best testing library for Python
- factory-boy - Building model factories for testing.