Blogging site cretated with Flask framework.
- Flask: microframework for Python.
- SQLAlchemy: Object Relational Mapper for Python.
- Flask-sqlalchemy: Extension to flask that adds support for SQLAlchemy.
- Flask-migrate: Helps to automatically update database whenever the schema is changed.
- Flask-script: Provides support for writing external scripts in Flask.