[ANN] Frozen-Flask 0.6, with support for blueprints
- From:
- Simon Sapin
- Date:
- 2011-07-29 @ 12:39
Hi,
I just released version 0.6 of Frozen-Flask. Among other things, it adds
support for Blueprints.
I especially wanted to share that porting the code itself was very easy:
I just had to use `app_or_blueprint.static_path` instead of hard-coding
'static'. (Of course tests got more changes.)
Also Frozen-Flask now logs calls made to `url_for()` to find URLs to
generate. This means that if every page of your application is linked
form somewhere and these links are built with `url_for()`, you may not
need any URL generator. If you have no idea what this is about, it’s all
explained in the docs.
As usual:
* Documentation: http://packages.python.org/Frozen-Flask/
* Releases: http://pypi.python.org/pypi/Frozen-Flask/
* Source and issues: https://github.com/SimonSapin/Frozen-Flask
Best regards,
--
Simon Sapin
http://exyr.org