Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Tornadmin icon


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)