gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
690 stars 160 forks source link

Refactor views into explicit routes instead of the decorator #35

Closed gouthambs closed 9 years ago

gouthambs commented 9 years ago

This refactoring has potential benefit of offering greater flexibility! For instance we can add cache as an optional parameter on top if needed.