Re: Django API interface adapter for Google App Engine

2008-04-12 Thread Chris Hoeppner
After looking into that for a while, I can't seem to understand what works and what not... ** From the file README within the project's checkout: The helper provides the following functionality: * The ability to use most manage.py commands * A BaseModel class that appears the same as the sta

Re: Django API interface adapter for Google App Engine

2008-04-12 Thread Eric
Here's a project being developed by Google. Guido is even involved: http://code.google.com/p/google-app-engine-django/ On Apr 12, 5:58 am, Chris Hoeppner <[EMAIL PROTECTED]> wrote: > Great stuff, man! > > I'll try to have an in-depth look this weekend and I'll se if I can help > with anything. >

Re: Django API interface adapter for Google App Engine

2008-04-12 Thread Chris Hoeppner
Great stuff, man! I'll try to have an in-depth look this weekend and I'll se if I can help with anything. This seems like a nice solution, until someone pokes up a proper backend (stating that I'm not sure if that's possible, bearing in mind that GAE's datastore is not a RDBM). ~ Chris El vie,

Django API interface adapter for Google App Engine

2008-04-11 Thread Siddhi
Hi, I'm working on an interface adapter for Google App Engine's datastore. I've just started out and have created a project for it here with some basic code - http://code.google.com/p/django-gae-helpers/ The intro page has an explanation of what I'm trying to do - http://code.google.com/p/django