aiohttp-admin2

Generator an admin interface based on aiohttp.


Keywords
aiohttp_admin2, admin, interface, aiohttp, admin-dashboard, admin-panel, aiohttp-admin, asyncio, python, sqlalchemy, umongo
License
MIT
Install
pip install aiohttp-admin2==0.0.5

Documentation

image

image

Documentation Status

Updates

PRs Welcome

Aiohttp admin

Demo site | Demo source code.

The aiohttp admin is a library for build admin interface for applications based on the aiohttp. With this library you can ease to generate CRUD views for your data (for data storages which support by aiohttp admin) and flexibly customize representation and access to these.

Installation

The first step which you need to do it’s installing library

image