Skip to content

egorgam/fango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages