Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhch/tornadmin
Admin site for Tornado web server
https://github.com/bhch/tornadmin
admin asyncio python tornado tortoise-orm
Last synced: about 1 month ago
JSON representation
Admin site for Tornado web server
- Host: GitHub
- URL: https://github.com/bhch/tornadmin
- Owner: bhch
- License: bsd-3-clause
- Created: 2021-09-08T04:04:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T21:00:10.000Z (over 1 year ago)
- Last Synced: 2024-10-03T07:57:29.434Z (about 2 months ago)
- Topics: admin, asyncio, python, tornado, tortoise-orm
- Language: Python
- Homepage: https://tornadmin.rtfd.io
- Size: 780 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
Admin site for Tornado web server.
Documentation •
Python >= 3.7
/!\ Work in progress## Introduction
Tornadmin is an admin site generation framework for Tornado web server. It is inspired by Django-Admin and Flask-Admin.
## Supported database ORMs
- [x] Tortoise ORM
- [ ] SQLAlchemy## Install
Install via pip:
```sh
$ pip install tornadmin
```## Documentation
Quickstart and usage docs can be found at [https://tornadmin.rtfd.io](http://tornadmin.rtfd.io).
## ⚠️ Caution
This project is a work in progress. If you're going to use it, please keep in mind that each new
release may introduce breaking changes.Version 1.0 will be the stable, production-ready release, but it has no definite ETA yet.
## License
[BSD-3-Clause](LICENSE.txt)