Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dvhb/dvhb-hybrid

A package to mix django and asyncio in one application
https://github.com/dvhb/dvhb-hybrid

aiohttp asyncio asyncpg django python sqlalchemy

Last synced: 9 days ago
JSON representation

A package to mix django and asyncio in one application

Awesome Lists containing this project

README

        

===========
DVHB Hybrid
===========

|tests| |docs| |codecov| |pyup|

Package to create hybrid django and asyncio applications.

Features
--------
- 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.

.. |docs| image:: https://readthedocs.org/projects/dvhb-hybrid/badge/?version=latest
:alt: Documentation Status
:target: http://dvhb-hybrid.readthedocs.io/en/latest/?badge=latest

.. |tests| image:: https://travis-ci.org/dvhb/dvhb-hybrid.svg?branch=asyncpg
:target: https://travis-ci.org/dvhb/dvhb-hybrid
:alt: Build Status

.. |codecov| image:: https://codecov.io/gh/dvhb/dvhb-hybrid/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dvhb/dvhb-hybrid

.. |pyup| image:: https://pyup.io/repos/github/dvhb/dvhb-hybrid/shield.svg
:target: https://pyup.io/repos/github/dvhb/dvhb-hybrid/
:alt: Updates