flask-blog
flask-blog copied to clipboard
A blog app written in Flask
This ties in to #6 as we can use the same endpoints to provide the JSON responses and the rendered HTML page
http://flask-script.readthedocs.org/en/latest/
Currently resizing the textarea disappears underneath the navigation
May only apply to SQLite engine It's weird because: ``` >>> from models.interface import DatabaseInterface >>> import settings >>> db = DatabaseInterface(settings.DATABASE_ENGINE, settings.DATABASE_CONNECTION_STRING) >>> db.engine.get_all_posts() [] >>> # returns just...