Skip to content

egorgam/fango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30a3610 · Apr 14, 2025

History

58 Commits
Apr 6, 2025
May 23, 2024
Jan 7, 2024
Apr 15, 2024
Jun 30, 2024
Apr 6, 2025

Repository files navigation

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

About

Metaframework for web with combined FastAPI and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages