On Tue, Apr 8, 2008 at 4:18 AM, Mat <[EMAIL PROTECTED]> wrote: > From what I've read django seems limited on appengine, no models, I'm > assuming this is because the ORM still needs porting, is anyone going to > look at this, or is the plan to just go with google models? Any thoughts, or > am I totally wrong?
Google provides its own API for defining models and querying data, and it looks eerily similar to the Django database API, so you shouldn't have much trouble getting up and running on it. Similarly, they provide their own authentication component. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---