flask-blog icon indicating copy to clipboard operation
flask-blog copied to clipboard

A blog app written in Flask

Results 8 flask-blog issues
Sort by recently updated
recently updated
newest added

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/

Needs API

enhancement

Make generic theme. Make use of Bootstrap?

enhancement

Currently resizing the textarea disappears underneath the navigation

bug

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...

bug