I strongly recommend going with Django 1.0 since it's much easier to find the correct help/documentation. Otherwise you may run into strange things with 0.96. The easiest way to use Django 1.0 with AppEngine is appengine patch. I got the whole thing working under 5 minutes (using the sample project).
On Oct 29, 11:24 am, Daniel Larkin <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to use Django on GAE for a small project. Ideally I'd like to > use version 1.0 of Django rather than 0.96, and I'm aware there are > various patches and helper scripts etc to make this possible. Yet, > these approaches seem less than straight-forward (perhaps I'm > incorrect there? I haven't actually tried them) and are such patches > going to break with newer versions of GAE. After initially deciding to > use Django 1.0, I'm now considering just using the built-in 0.96 > version, would this be such a bad idea for someone moving from php- > land to an elegant python MVC design pattern based solution. > > Any comments would be greatly appreciated! > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
