Flask-HTMLBlog official documentation

Welcome to Flask-HTMLBlog official documentation.

Flask+HTMLBlog is another simple blog application, it started being a game to see what Python Framework was lighter. Improvements arrives day by day so feel free to comment whatever you want.

News/Changelog

June, 9, 2012

Refactored views, now Flask-HTMLBlog support modules. The views/ directory can contain modules (as subdirectories). The modules can be configured via config/settings.py. This is a sample structure:

views/
    blog/
        admin.py
        frontend.py
    other/
        admin.py
        frontend.py

Inside templates/ the directories structure is slightly different:

templates/
    template-admin/
        module1/
            template.html
        module2/
            template.html
    template-frontend1/
        module1/
            template.html
        module2/
            template.html
    template-frontend2/
        module1/
            template.html
        module2/
            template.html

June, 7, 2012

Flask-HTMLBlog 0.0.1 released on Bitbucket and ReadTheDocs

Download: http://bitbucket.org/r0sk/flask-htmlblog

Indices and tables

Project Versions

Table Of Contents

Next topic

Overview

This Page