Extensions and libraries for Django

Where you can find all the extensions and libraries for Django in one place. http://planetdjango.org/ seemed to have all the news, but not all the libraries.

Something like http://wordpress.org/extend/plugins/ with community ratings and comments

+3
source share
2 answers

The best place to date is http://djangopackages.com/ . This has a very new approach to organizing applications, it is an excellent resource. It has a grid system that makes it easy to compare applications with similar features. He built an open source django project , and it looks like they will soon also launch pythonpackages.com.

+6
source

I like to watch http://djangopackages.com/

I also like to watch for some ... snippets (user models / managers / tags / filters) =) http://djangosnippets.org/

+1
source

All Articles