https://github.com/aio-libs/aiohttp-admin
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
https://github.com/aio-libs/aiohttp-admin
aiohttp async-await asyncio
Last synced: 9 months ago
JSON representation
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
- Host: GitHub
- URL: https://github.com/aio-libs/aiohttp-admin
- Owner: aio-libs
- License: apache-2.0
- Created: 2016-01-02T20:23:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T03:14:55.000Z (over 1 year ago)
- Last Synced: 2024-10-14T02:35:55.532Z (about 1 year ago)
- Topics: aiohttp, async-await, asyncio
- Language: Python
- Homepage:
- Size: 12.7 MB
- Stars: 217
- Watchers: 12
- Forks: 46
- Open Issues: 35
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: docs/contributing.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
aiohttp-admin
=============
.. image:: https://codecov.io/gh/aio-libs/aiohttp-admin/branch/master/graph/badge.svg
:target: https://codecov.io/gh/aio-libs/aiohttp-admin
**aiohttp-admin** allows you to create a admin interface in minutes. It is designed to
be flexible and database agnostic.
It has built-in support for SQLAlchemy, allowing admin views to be created automatically
from DB models (ORM or core).
To see how to use the 0.1 versions, please refer to the examples. Documentation will be updated at a later date.
Development
-----------
To develop or build the project from source, you'll need to build the admin JS file::
cd admin-js/
yarn install
yarn build
After that, it can be treated as any other Python project.