librelist archives

« back to archive

Framework blog posts?

Framework blog posts?

From:
Emiel van de Laar
Date:
2011-07-19 @ 17:20
Hi,

I was just re-reading the Flask docs and ran into the following:

From: http://flask.pocoo.org/docs/foreword/

> A Framework and an Example

> Flask is not only a microframework; it is also an example. Based on
> Flask, there will be a series of blog posts that explain how to create a
> framework. Flask itself is just one way to implement a framework on top
> of existing libraries. Unlike many other microframeworks, Flask does not
> try to implement everything on its own; it reuses existing code.

Do these blog posts exist somewhere? If so we should link to them else
remove this paragraph?

Thanks!

 - Emiel

Re: [flask] Framework blog posts?

From:
Armin Ronacher
Date:
2011-07-19 @ 19:22
Hi,

On 2011-07-19 7:20 PM, Emiel van de Laar wrote:
> Do these blog posts exist somewhere? If so we should link to them else
> remove this paragraph?
Only one was written so far :(

http://lucumr.pocoo.org/2010/6/14/opening-the-flask/


Regards,
Armin