Open morgajel opened 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.
Looks like the problem was with pg8000; I've since changed it to use psycopg2. This resolved the bug and let me keep moving.
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.