Announcing Django Ninja API
We have launched an open source project Django Ninja. This for building APIs with django

Django Ninja
Django Ninja is a web framework for building APIs with Django and Python 3.6+ based type hints.
Key features
- Easy: Designed to be easy to use and intuitive.
- Fast: Very high performance thanks to Pydantic and async support.
- Fast to code: Type hints and automatic docs let's you focus only on business logic.
- Standards-based: Based on the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.
- Django friendly: (obviously) have good integration with Django core an ORM.Django Ninja is 100% open source and builded at Code-on. This is going to replace the the great Django Rest Framework ;)