Skip to content

ulturgashev/aiohttp_admin

 
 

Repository files navigation

aiohttp_admin

image

image

aiohttp_admin will help you on building an admin interface on top of an existing data model. Library designed to be database agnostic and decoupled of any ORM or database layer. Admin module relies on async/await syntax (PEP492) thus not compatible with Python older than 3.5.

image

Design

aiohttp_admin using following design philosophy:

  • backend and frontend of admin views are decoupled by REST API as a result it is possible to change admin views without changing any python code. On browser side user interacts with single page application (ng-admin).
  • admin views are database agnostic, if it is possible to implement REST API it should be straightforward to add admin views. Some filtering features may be disabled if database do not support some kind of filtering.

image

Supported backends

Mailing List

https://groups.google.com/forum/#!forum/aio-libs

Requirements

Packages

No packages published

Languages

  • Python 88.0%
  • JavaScript 6.8%
  • HTML 2.6%
  • CSS 1.5%
  • Makefile 1.1%