I discovered django a while back and have written a couple apps. Then I discovered Google App Engine and am excited to give it a spin especially as it specifically mentions python and django right off the bat.
I confirmed the GAE installation with python 2.7 using GAE hello World app. I then had trouble with the django-nonrel test app. Googling the individual errors subsequently ended out added about 7 different things to the python path until reaching an error that I couldn't solve.
By appearance it seemed that I was off the beaten path somewhat by using windows so I installed a fresh copy of Ubuntu on a VM and started over. Verified python 2.7, put GAE at the recommended location cloned the several packages and symbolically linked them into the provided test app folder. When I ./manage.py runserver It again kicks out the same error messages which put me at an standstill in windows.
My system level take on the problem is that django-nonrel has lost steam by the resignation of its main developers. GAE isn't holding still and there is forming a gap between the two. Is this observation correct? If it is where is the community going? Is it kay? (http://code.google.com/p/kay-framework/ )
Is it using Google's own minimal python frame work? Is it Java instead of python?
I suspect there are thousands of folks doing GAE projects but I am not feeling the well trodden path. Is there very many folks who still have faith in django-nonrel? I realize I could be missing something quite simple like a path var or something but I don't want to keep looking for it if I should be learning something else anyway.