X
X
xSkyFoXx2011-12-10 16:28:18
Django
xSkyFoXx, 2011-12-10 16:28:18

Useful Django modules?

I use a lot of django modules. Sometimes, after spending 2-3 days to create some function, after a few days I find a module that already performs this function and at the same time has a number of useful features and is written better than my version. It becomes embarrassing about wasted time.
So can we share the lists of modules, who uses what and for what purposes? Just please write what really helps you in your daily work!
My set:
- django-registration - for registering users.
- grappelli - a nice advanced interface for the admin panel
- south - for database migrations. django-
profiles- for user profiles. loginza
is my favorite openID provider. Collective intelligence should probably produce the best collection of solutions to common problems!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Y
Yngvie, 2011-12-10
@Yngvie

The collective intelligence tried to spawn it here - djangopackages.com/ I check it and google before doing anything. And I "tried" because often in Google there are apps that are more reusable than those presented on that site.
As for me

  • I immediately add South to all my projects
  • For authorization through social networks - django-social-auth
  • There is a project with all sorts of small utilities, django-annoying

V
Vladimir Sokolovsky, 2011-12-10
@inlanger

django-userena - a collection of modules for registration / authorization / personal account / private messages / password recovery, etc.

U
un1t, 2012-10-26
@un1t

django_debug_toolbar
south
sorl-thumbnail
django-autoslug
django-admin-tools
django-model-utils
django-file-resubmit
django-cleanup
django-resized
django-pager
django-webtest
django-nose

V
Vlad Frolov, 2011-12-10
@frol

django-thumbnail-works for convenient work with different sizes of the same image.
Link to my fork since I don't keep track of the main turnip which is on my own domain, meanwhile my fork is now verified by 4 months of testing on real people
django-pagination to implement pagination.

J
jury, 2011-12-26
@jury

Here are my constant companions: sorl-thumbnail for thumbs, django-rosetta for easy management of interface translations into other languages, mandatory django-debug-toolbar for debug. The rest fell off over time, I replaced them with my hacks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question