4 projects
humanoid-django
A tiny, flexible framework layer on top of Django REST Framework.
humanoid-user-registration
A tiny flexible DRF toolkit for user registration from views.py in a few lines.
humanoid-crud
One-line CRUD registration for Django REST Framework. Built on top of DRF's mixins/generics so you never have to write a Serializer, ViewSet, or router.register() by hand for the common case.
humanoid-login
Django REST Framework JWT authentication with HttpOnly cookies.