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
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
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 >