Ciao a tutti, hi everyone! My name is Giovanni Giorgi and I am a senior Java developer and a Python fan. I have started learnin Flask few days ago, and I like a lot its clean documentation. I have some trouble working with cherry-py (unstable api, some documentation quirks...) and I feel better using flask :) A small question: there is a blueprints "repository" for flask? Do you think it would be great to build such things? Bye bye -- Senior Consultant http://gioorgi.com
Héllo and welcome Giovanni, > A small question: there is a blueprints "repository" for flask? > blue-prints were released this week with 0.7 release. What you can find are extensions that extend Flask look at http://flask.pocoo.org/extensions/ > Do you think it would be great to build such things? > Of course it could be a good idea. The fact that Flask comes without an ORM make it harder to build django-like application but is possible thanks to blueprints. Regards, Amirouche
On Thu, June 30, 2011 2:52 pm, Amirouche Boubekki wrote: >> Do you think it would be great to build such things? >> > > Of course it could be a good idea. The fact that Flask comes without an > ORM > make it harder to build django-like application but is possible thanks to > blueprints. I have asked about this because I think a small webapp to search and download extension would be great. It is the added value of project like wordpress, because you can easily install and upgrade your preferred blueprints... thank you! -- Senior Consultant http://gioorgi.com