Package to create hybrid django and asyncio applications.
- Defines your database schema using Django models.
- Uses Django migration to propagating changes you make to your models in your database schema.
- Uses powerful Django administration to manage your application data.
- Allows easily creating a REST API based on aiohttp and aiohttp-apiset.
- Mailer application.