django-session-attachments is a Django app that aims to work with attachments in Django.Basically working with attachments is the same as working with ordinary uploads, except for a few distinctions:- Attachments "belong" to clients they have uploaded. In...

read more

with-each-user is an utility which helps to execute commands on behalf of all users in the system in a row.With each userThe with_each_user command is basically nothing but a shortcut/replacement for constructs like:root:~# ls /home | xargs -i su - {} -c...

read more

django-webodt is a Django app which aims to create documents in various formats from Open Document templates (odt). django-webodt supports virtually all formats supported by chosen backend tool. We have positive experience of creating PDF, HTML, RTF and...

read more