Fix for the error:
Error loading MySQLdb module: No module named MySQLdb
This is a repository for collecting global custom management extensions for the Django Framework.
Whoosh is a pure-python full-text indexing and searching library. Whoosh was opensourced recently and makes it easy to add a fulltext search to your site without any external services like Lucene or Solr for example.
Dajax is an easy to use ajax library for django inspired in xajax.
Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on.
While Django developers seems to favour tests a lot, framework itself does not support good testing much. This library contains various fixes and support/integration for various 3rd party tools that make developers live easier.
Simple Django Apps highlighting GeoDjango integration
Pluggable Django app for logging messages from the Python logging module's HTTPHandler
With app-engine-patch a major part of Django works on App Engine without any modifications. The most important change is that you have to use Google's Model class because the development model is too different from Django (at least with Django's current API).