[Django]-Extensions and libraries for Django

6👍

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.

1👍

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) =)

👤dting

Leave a comment