Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 645 Bytes

FANGO

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:

  1. Async cypher JWT auth
  2. DRF-like cursor paginaton
  3. DRF-lile GenericViewSet
  4. Adapter for save pydantic model data with ORM
  5. FastAPI TestClient for pytest-django tests
  6. Django-filter support