Metaframework for web with combined FastAPI and Django.
Why?
Django has async orm, but DRF is not supports it. But there is a nice FastAPI framework without native Django ORM mode and admin panel. So...
Organize your app like a djangoproject, and use FastAPI over django orm with FANGO.
Some built in features of FANGO:
- Async cypher JWT auth
- DRF-like cursor paginaton
- DRF-lile GenericViewSet
- Adapter for save pydantic model data with ORM
- FastAPI TestClient for pytest-django tests
- Django-filter support