We have a good news - today we have released
first release candidate version of
GAE framework!
In this version we have many good improvements.
First of all - we have implement our own user registration and authorization system. Now you can register local users and login to your site without Google accounts. We have also added session support (data saved in memcache and datastore).
Second - we have implement really easy for use url mapping. Previously you can request any application that located in apps directory. But now, we have request only urls, defined in project configuration file. You can attach to path "/my_blog" application with name "blog" and see your blog entities by path like this: "/my_blog/blog_name/my_first_blog_entity". We have added new option "map" for extend url mapping with url mapping from appropriate application.
Third - we have fixed problem with translation support. Now you can use models from different application and data in this models automatically translated to user language.
Also we have optimize place where we handle all requests (module gae. webapp); extended property gae.db.StringProperty - added support of min_length and max_length options; added gae.db.SlugProperty; and mach more.
And we have update our documentation. You can find useful information in project documentation.
Thank you for your help!