librelist archives

« back to archive

Full Blueprints Example?

Full Blueprints Example?

From:
James Thornton
Date:
2012-02-16 @ 01:33
Where is an example of the official/recommended way to layout a
Blueprints site?  -- looking for something along the lines of this
(http://flask.pocoo.org/docs/patterns/packages/)

I want to link to it from a blog post; however, the only thing I've
found are the snippets on (http://flask.pocoo.org/docs/blueprints/),
but it doesn't show how to structure a site with Blueprints apps.

- James

Re: [flask] Full Blueprints Example?

From:
Brice Leroy
Date:
2012-02-16 @ 01:43
I'm working on building up a wiki, but it's a work in progress and is
nothing official.

https://github.com/mitsuhiko/flask/wiki/Large-app-how-to

--
Brice

2012/2/15 James Thornton <james@jamesthornton.com>

> Where is an example of the official/recommended way to layout a
> Blueprints site?  -- looking for something along the lines of this
> (http://flask.pocoo.org/docs/patterns/packages/)
>
> I want to link to it from a blog post; however, the only thing I've
> found are the snippets on (http://flask.pocoo.org/docs/blueprints/),
> but it doesn't show how to structure a site with Blueprints apps.
>
> - James
>



-- 
blog: http://www.debrice.com
Time tracking tool: http://alpha.kaaloo.com
Django site generator: http://alpha.djangogenerator.com
linkedin: http://www.linkedin.com/in/bricepleroy

Re: [flask] Full Blueprints Example?

From:
Andy Parsons
Date:
2012-02-16 @ 13:06
Thx Brice. What you have there so far is extremely useful!

On Feb 15, 2012, at 8:43 PM, Brice Leroy <bbrriiccee@gmail.com> wrote:

> I'm working on building up a wiki, but it's a work in progress and is 
nothing official.
> 
> https://github.com/mitsuhiko/flask/wiki/Large-app-how-to
> 
> --
> Brice
> 
> 2012/2/15 James Thornton <james@jamesthornton.com>
> Where is an example of the official/recommended way to layout a
> Blueprints site?  -- looking for something along the lines of this
> (http://flask.pocoo.org/docs/patterns/packages/)
> 
> I want to link to it from a blog post; however, the only thing I've
> found are the snippets on (http://flask.pocoo.org/docs/blueprints/),
> but it doesn't show how to structure a site with Blueprints apps.
> 
> - James
> 
> 
> 
> -- 
> blog: http://www.debrice.com
> Time tracking tool: http://alpha.kaaloo.com 
> Django site generator: http://alpha.djangogenerator.com
> linkedin: http://www.linkedin.com/in/bricepleroy
>