Hi all, I am new to flask, I have been through the examples on github. but I was wondering if anybody had examples of slightly bigger applications that I could check out. Thanks Wayne
Works with flask0.6 http://www.italomaia.com/files/download/large-application-with-flask-06/ 2011/9/27 Wayne Oliver <wayn0.ml@gmail.com> > Hi all, > > I am new to flask, I have been through the examples on github. > but I was wondering if anybody had examples of slightly bigger applications > that I could check out. > > Thanks > Wayne > > > -- "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 ===========================
On 27 Sep 2011, at 7:43 PM, Italo Maia wrote: > Works with flask0.6 http://www.italomaia.com/files/download/large-application-with-flask-06/ > > 2011/9/27 Wayne Oliver <wayn0.ml@gmail.com> > Hi all, > > I am new to flask, I have been through the examples on github. > but I was wondering if anybody had examples of slightly bigger applications that I could check out. > > Thanks > Wayne > > Thank you Italo, very much appreciated :-)
If I remember correctly, very useful stuff like blueprint and current_app proxy were not used in this app. Read it as a very raw example to give you an idea of what is to come = ]. ps: flask 0.8 is knocking the door, anyway. pss: This app was made for Bruce, I believe. Thanks to him as well. 2011/9/27 Wayne Oliver <wayn0.ml@gmail.com> > > On 27 Sep 2011, at 7:43 PM, Italo Maia wrote: > > Works with flask0.6 > http://www.italomaia.com/files/download/large-application-with-flask-06/ > > 2011/9/27 Wayne Oliver <wayn0.ml@gmail.com> > >> Hi all, >> >> I am new to flask, I have been through the examples on github. >> but I was wondering if anybody had examples of slightly bigger >> applications that I could check out. >> >> Thanks >> Wayne >> >> >> > Thank you Italo, very much appreciated :-) > > > -- "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 ===========================
Thanks to Bruce too, I am very new to python web programming so I am just trying to take in as much as possible. Most of my previous work has been with php so this really helps. On 27 Sep 2011, at 9:50 PM, Italo Maia wrote: > If I remember correctly, very useful stuff like blueprint and current_app proxy were not used in this app. Read it as a very raw example to give you an idea of what is to come = ]. > > ps: flask 0.8 is knocking the door, anyway. > pss: This app was made for Bruce, I believe. Thanks to him as well. > > 2011/9/27 Wayne Oliver <wayn0.ml@gmail.com> > > On 27 Sep 2011, at 7:43 PM, Italo Maia wrote: > >> Works with flask0.6 http://www.italomaia.com/files/download/large-application-with-flask-06/ >> >> 2011/9/27 Wayne Oliver <wayn0.ml@gmail.com> >> Hi all, >> >> I am new to flask, I have been through the examples on github. >> but I was wondering if anybody had examples of slightly bigger applications that I could check out. >> >> Thanks >> Wayne >> >> > > Thank you Italo, very much appreciated :-) >