Good examples of Django open source Google App Engine projects

I am looking for a good example of a Django / python-based Google App Engine application to use a learning tool.

I saw some other posts, and they are mostly based on Java, not what I'm looking for.

Any tips?

Thanks in advance,

Kent

+5
source share
3 answers

Jaiku and Code Review are two good examples of open source projects launched with GAE / Django.

+1
source

I have not found an open source project, but I think I have found a good tutorial for you.

http://www.joeyb.org/blog/2009/05/28/django-based-blog-on-google-app-engine-tutorial-part-1

,

+1

Here you have an example api forecast for google in python that uses appengine and Django to build a model and use it to predict results. This is a great app http://code.google.com/p/google-prediction-api-samples/source/browse/#svn/trunk/blog_moderation

+1
source

All Articles