3 projects
django-sendfile
Abstraction to offload file uploads to web-server (e.g. Apache with mod_xsendfile) once Django has checked permissions etc.
django-background-task
Database backed asynchronous task queue
django-batch-select
batch select many-to-many and one-to-many fields (to help avoid n+1 query problem)