https://github.com/bhch/tornadmin
Admin site for Tornado web server
https://github.com/bhch/tornadmin
admin asyncio python tornado tortoise-orm
Last synced: 9 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T21:00:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T10:25:04.071Z (about 1 year 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)