Skip to content

Instantly share code, notes, and snippets.

@mrjoes
mrjoes / README
Last active December 29, 2015 12:49 — forked from nickretallack/README
Requirements: Postgresql, Flask-Admin, Flask-Sqlalchemy
How to run it:
createdb inline_bug
psql inline_bug -af schema.sql
python app.py
Go to /admin and try to edit the servers. One will work, one will not.