I'm getting back into flask and am going to convert one of my applications to using blueprints. Has anyone developed a skeleton application as a starting point yet? There are few non-blueprint ones on github but no blueprint ones I could see. Thanks Adam
On Jan 15, 2012, at 19:16 , Adam Oakman wrote: > I'm getting back into flask and am going to convert one of my > applications to using blueprints. Has anyone developed a skeleton > application as a starting point yet? There are few non-blueprint ones > on github but no blueprint ones I could see. Yep. It even lets you magically deploy to http://ep.io/ without writing any special handling code. https://github.com/leafstorm/matthews-flask-skeleton > Thanks > > Adam Thanks, Matthew Frazier http://leafstorm.us/
I can put up the way I've been dealing with blueprints, although I'm still relatively new at Flask. Not at my computer right now, but should have something on Github within an hour. -Devon On Jan 15, 2012, at 16:16, Adam Oakman <adam.oakman@gmail.com> wrote: > I'm getting back into flask and am going to convert one of my > applications to using blueprints. Has anyone developed a skeleton > application as a starting point yet? There are few non-blueprint ones > on github but no blueprint ones I could see. > > Thanks > > Adam
Look in the mailing list archives for a post from me with a rough example. Someone was harassing me on irc about it and I'm inclined to push a post 0.7 version (mostly done, actually). -sc -- Sean Chittenden On Jan 15, 2012, at 16:16, Adam Oakman <adam.oakman@gmail.com> wrote: > I'm getting back into flask and am going to convert one of my > applications to using blueprints. Has anyone developed a skeleton > application as a starting point yet? There are few non-blueprint ones > on github but no blueprint ones I could see. > > Thanks > > Adam >
I'd be interested in seeing that. For the time being, my example is here: https://github.com/blast-hardcheese/flask-blueprint-template That is set up for blueprints, wsgi (apache, nginx, etc) usage, and templates. Didn't do anything with static, might be a good addition. Also, comments welcome. -Devon On Jan 15, 2012, at 4:34 PM, Sean Chittenden wrote: > Look in the mailing list archives for a post from me with a rough example. Someone was harassing me on irc about it and I'm inclined to push a post 0.7 version (mostly done, actually). > > -sc > > -- > Sean Chittenden > > > On Jan 15, 2012, at 4:34 PM, Devon Stewart wrote: > >> I can put up the way I've been dealing with blueprints, although I'm still relatively new at Flask. >> >> Not at my computer right now, but should have something on Github within an hour. >> >> -Devon >> >> >> On Jan 15, 2012, at 16:16, Adam Oakman <adam.oakman@gmail.com> wrote: >> >>> I'm getting back into flask and am going to convert one of my >>> applications to using blueprints. Has anyone developed a skeleton >>> application as a starting point yet? There are few non-blueprint ones >>> on github but no blueprint ones I could see. >>> >>> Thanks >>> >>> Adam >>> >
Skeleton? Here you go: https://github.com/italomaia/flask-empty 2012/1/15 Blast Hardcheese <blast@hardchee.se> > I'd be interested in seeing that. > > For the time being, my example is here: > > https://github.com/blast-hardcheese/flask-blueprint-template > > That is set up for blueprints, wsgi (apache, nginx, etc) usage, and > templates. Didn't do anything with static, might be a good addition. > Also, comments welcome. > > -Devon > > On Jan 15, 2012, at 4:34 PM, Sean Chittenden wrote: > > > Look in the mailing list archives for a post from me with a rough > example. Someone was harassing me on irc about it and I'm inclined to push > a post 0.7 version (mostly done, actually). > > > > -sc > > > > -- > > Sean Chittenden > > > > > > On Jan 15, 2012, at 4:34 PM, Devon Stewart wrote: > > > >> I can put up the way I've been dealing with blueprints, although I'm > still relatively new at Flask. > >> > >> Not at my computer right now, but should have something on Github > within an hour. > >> > >> -Devon > >> > >> > >> On Jan 15, 2012, at 16:16, Adam Oakman <adam.oakman@gmail.com> wrote: > >> > >>> I'm getting back into flask and am going to convert one of my > >>> applications to using blueprints. Has anyone developed a skeleton > >>> application as a starting point yet? There are few non-blueprint ones > >>> on github but no blueprint ones I could see. > >>> > >>> Thanks > >>> > >>> Adam > >>> > > > -- "A arrogância é a arma dos fracos." =========================== Italo Moreira Campelo Maia Bacharel em Ciência da Computação - UECE Desenvolvedor WEB e Desktop (Java, Python, Lua) Coordenador do Pug-CE ----------------------------------------------------- http://www.italomaia.com/ http://twitter.com/italomaia/ http://eusouolobomau.blogspot.com/ ----------------------------------------------------- Turtle Linux 9.10 - http://tiny.cc/blogturtle910 Turtle Linux 10.10 - http://bit.ly/cEw4ET ===========================
Hi You can look into my app blaze which uses flask - blueprint and http://github.com/kracekumar/Blaze -- * Thanks & Regards "Talk is cheap, show me the code" -- Linus Torvalds kracekumar www.kracekumar.com *