Tag applications
Easily packaging and distributing Django apps with setuptools and easy_install
This fantastic blog posts shows how easy it is to list your Django applications in Pypi, a Python package registry. The major advantage to this is that future users of your software can just type easy_install mycoolpackage and have your software installed rather than having to download with SVN, move files to the PYTHONPATH, find out why it hasn't worked, etc.
Django Pluggables - Find reusable applications for your Django project, quickly and easily!
A fantastic project by Bryan from Revyer, showcasing Django applications. These applications can all be easily downloaded and installed into existing Django projects, very simply and easily.
The site is beautiful with a no-bullshit approach, and includes very useful information such as the developers involved and source-code repository activity.
My only concern is that I know of at least two other application directories being developed right now, including one of my own. Since I've done the least work of the three I won't pursue it any further, as the two other options (being Djangoapps, by the django-hotclub guys at Google Groups, and djangopluggables) are both much more comprehensive and will have more momentum behind them.
Nice work to Bryan, and I look forward to seeing the 'hotclub' version when it launches.
http://djangoplugables.com/