Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 417 Bytes

flask_blog

Blogging site cretated with Flask framework.

Packages installed in virtualenv:

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