librelist archives

« back to archive

[ANN] Flask-Themes 0.1

[ANN] Flask-Themes 0.1

From:
LeafStorm
Date:
2010-07-16 @ 00:50
Hello, everyone. I have just released Flask-Themes 0.1, which lets your 
applications use themes.

PyPI	http://pypi.python.org/Flask-Themes/0.1
hg	http://bitbucket.org/leafstorm/flask-themes/
docs	http://packages.python.org/Flask-Themes

I took a bit of a different approach to the example application - 
instead of writing a full app with database and stuff, I wrote a fake 
blog that just displays posts from a YAML file so I could focus on 
writing themes. Hopefully, this will make more reusable-type 
applications use Flask because now you can change the app's appearance 
without replacing the templates and static files from within the source.
-- 
Regards, Matthew "LeafStorm" Frazier
http://leafstorm.us/

Re: [flask] [ANN] Flask-Themes 0.1

From:
Ali Afshar
Date:
2010-07-16 @ 08:59
On 16 July 2010 01:50, LeafStorm <leafstormrush@gmail.com> wrote:
> Hello, everyone. I have just released Flask-Themes 0.1, which lets your
> applications use themes.

Just skipped through your code, this looks pretty nice!