If you haven't seen app-engine-patch (the ancestor of django-nonrel), you should take a look. https://github.com/huxoll/app-engine-patch
It's also mostly Django, but with the backend as entirely GAE. Regards, John On Tuesday, May 1, 2012 4:43:26 PM UTC-5, x_O wrote: > > Hi > > I'm quite new in AppEngine development but was using Django for few > years now. I've found that setup described in docs is not like django > that I got used to. So I decided to write small helper library to > bring django AppEngine usage as close as possible to 'normal' (in > subjective way) django usage that I got used to. Project is more like > prof-of-concept than stable library that you should use on production. > But since I'm using this for my small projects maybe someone will find > this useful as well. > > http://django-rocket-engine.readthedocs.org/en/latest/index.html > with an example application: > https://github.com/xando/rocket-project > http://xando-1.appspot.com/ > > Project was highly inspired by work done in djangoappengine of All > Button Pressed, but since that project was dedicated to work with > django-nonrel, I decided to write my own and focus only on Google > CloudSQL. > > Thanks > seba > On Tuesday, May 1, 2012 4:43:26 PM UTC-5, x_O wrote: > > Hi > > I'm quite new in AppEngine development but was using Django for few > years now. I've found that setup described in docs is not like django > that I got used to. So I decided to write small helper library to > bring django AppEngine usage as close as possible to 'normal' (in > subjective way) django usage that I got used to. Project is more like > prof-of-concept than stable library that you should use on production. > But since I'm using this for my small projects maybe someone will find > this useful as well. > > http://django-rocket-engine.readthedocs.org/en/latest/index.html > with an example application: > https://github.com/xando/rocket-project > http://xando-1.appspot.com/ > > Project was highly inspired by work done in djangoappengine of All > Button Pressed, but since that project was dedicated to work with > django-nonrel, I decided to write my own and focus only on Google > CloudSQL. > > Thanks > seba > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/zsrTKF9m-G4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
