2nd Vote for Nonrel http://www.allbuttonspressed.com/projects/django-nonrel
If you'd prefer not to use that, there's also Google's App Engine Helper for Django - http://code.google.com/p/google-app-engine-django/ http://code.google.com/appengine/articles/appengine_helper_for_django.html But unlike Nonrel which leaves almost all of Django's model system intact, the Helper instead reimplements some higher functionality (e.g. auth) using Google's DB libs. e.g. http://code.google.com/p/google-app-engine-django/source/browse/#svn/trunk/appengine_django/auth Haven't used either in anger, but having played around a bit with both I preferred Nonrel. On 20 July 2010 10:22, Nuno Maltez <[email protected]> wrote: > Hi, > > Have you tried django-nonrel? - > http://www.allbuttonspressed.com/projects/django-nonrel > > > On Tue, Jul 20, 2010 at 6:59 AM, Venkatraman S <[email protected]> wrote: >> Hi, >> >> Has anyone made inroads into django auth in GAE? I have been Googling around >> for sometime and havent found a credible link on this. >> Help would be great. >> >> Regards, >> -V >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> 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/django-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > 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/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. 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/django-users?hl=en.

