I want to develop my application using google app engine into which I will use python. Now after wondering I came to know it is good it I use dJango template.
Does anyone can tell me or suggest me what to refer to start with Django because from tutorial on its website, it looks difficult?
Sorry to make things more complicated, but you will also need to consider issues specific to running Django on GAE.
It is not as simple as just running the latest Django on GAE. Django is moving towards native support for GAE (and for NoSQL databases in general) but they aren’t quite there yet.
I would suggest you look at this article:
“Running Pure Django Projects on Google App Engine”
http://code.google.com/appengine/articles/django-nonrel.html
This way of using Django on GAE (via the django-nonrel project) seems to be the preferred way.