shad7 / seedbox

Seedbox Task Manager
http://shad7.github.io/seedbox
MIT License
10 stars 0 forks source link

Add database admin UI #2

Closed shad7 closed 9 years ago

shad7 commented 9 years ago

Provide capability to administer the cache database via admin UI and RESTful APIs.

huangsam commented 9 years ago

I see flask-admin as being a tool for your use case. And since you use sandman, perhaps all you need to do is provide model.activate_admin_classes

shad7 commented 9 years ago

Sandman is a wrapper around that I am going to use but currently it is implemented quick and dirty. The plan is to expose via nginx. I had it done but lost my changes before commit Saturday. I also had implemented with django and unicorn but trying to go for simple.