You can create a django template application with basic app engine (many samples here http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects ).
I've created app engine applications and Django applications and I like the App Engine environment better. I am hoping Google updates their django version soon. I haven't used the app engine patch but I think you should try the basic "out-of-the-box" app engine first. It is probably going to be easier to understand. For one thing, there will be more documentation and more users familiar with your environment. I think the main benefit to using the patch is when you want to be able to migrate to another environment (eg. oracle db) or you need the latest django features. -Tim On Mar 15, 5:34 am, arnie <[email protected]> wrote: > I have to create a django template based web site for hosting on > google app engine. it will not be using the django data model. > I am new to both python and google app engine so I want to know should > I make use of the app engine patch sample in order to create my web > application. Does using a simple django project will be sufficient? I > am still confused that whether should I use the app engine patch > sample or not? > Can anybody direct me to the link that provides a django template > based sample? > Thanks in advance > Arnie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
