MultiverseMiner / multiverseminer

Join the chat: #multiverseminer on irc.freenode.net
http://dev.multiverseminer.com
Other
42 stars 18 forks source link

Implement Admin interface #149

Open morgajel opened 10 years ago

morgajel commented 10 years ago

A simple crud interface would be a good start.

I originally planned on using Flask-Admin, but it looks like there's a postgres/sqlalchemy bug. I've filed a bug report with the maintainer; hopefully I'll hear something back soon.

In the meantime I'll be looking for an alternative.

morgajel commented 10 years ago

Looks like the problem was with pg8000; I've since changed it to use psycopg2. This resolved the bug and let me keep moving.