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.
- Free software: MIT license
- Documentation: https://aiohttp-admin2.readthedocs.io.
The first step which you need to do it’s installing library
pip install aiohttp_admin2