Admin site for Tornado web server.
Documentation •
Python >= 3.7
/!\ Work in progress
Tornadmin is an admin site generation framework for Tornado web server. It is inspired by Django-Admin and Flask-Admin.
- Tortoise ORM
- SQLAlchemy
Install via pip:
$ pip install tornadmin
Quickstart and usage docs can be found at https://tornadmin.rtfd.io.
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.