Reputation: 16252
Where can find all the extensions and libraries for Django in one place. http://planetdjango.org/ seemed have all the news but not all of the libraries.
Something like http://wordpress.org/extend/plugins/ with ratings and comments by the community
Upvotes: 3
Views: 126
Reputation: 39287
I like to look at http://djangopackages.com/
I also like to look at http://djangosnippets.org/
for some... snippets (custom models/managers/tags/filters) =)
Upvotes: 1
Reputation: 53839
The best place by far is http://djangopackages.com/. It has a very novel approach to organizing apps, it's a great resource. It has a grid system which makes it easy to compare apps with similar features. It's built on an opensource django project, and it seems they will be launching a pythonpackages.com soon as well.
Upvotes: 6