Won't it be nice to start first by learning Django! From my experience
Django was not build to run on top of AppEngine. There are alot of
hacks on django to make run on AppEngine that might confuse a
beginner, e.g Django was built to run on relational databases, while
AppEngine applications run on bigtables(datastore) which are not
relational. So i guess it would be nice to first understand the django
ORM before trying to map it to the AppEngine one.

But having said that, i don't mean it is impossible to write one but i
won't advice that line for a beginner.

Have a look at this
http://code.google.com/appengine/articles/django.html

Gath

On Jul 3, 12:40 am, Mak <[email protected]> wrote:
> I am completely new to Django. I am wondering if there is a sample
> Django AppEngine application somewhere with explanation on how it is
> setup?

-- 
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.

Reply via email to