This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |