A related curiosity , I was starting to test py2.7 on gae, and google allowed to registry highly demanded subdomains like 'so.appspot.com', 'cloud.appspot', 'crm.appspot', and 'blue.appspot' how can it be possible?
On Feb 28, 9:59 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > :-) > > On Feb 28, 2:36 pm, Anthony <abasta...@gmail.com> wrote: > > > > > > > > > > *Explaining the webapp2 Framework* > > > > The WSGI standard is simple, but it would be cumbersome to write all of > > > the code that uses it by hand. Web application frameworks handle these > > > details for you, so you can focus your development efforts on your > > > application's features. GoogleAppEnginesupports any framework written in > > > pure Python that speaks WSGI, including > > > Django<http://www.djangoproject.com/>, > > > CherryPy <http://www.cherrypy.org/>, Pylons <http://pylonshq.com/>, > > > web.py<http://webpy.org/>, > > > and web2py <http://www.web2py.com/>. You can bundle a framework of your > > > choosing with your application code by copying its code into your > > > application directory. > > > That's cool -- it wasn't mentioned there previously.