Django community: RSS
This page, updated regularly, aggregates New/updated Django packages from the Django community.
-
Dina Project
-
django-authorizenet
Django and Authorize.NET payment gateway integration -
django-logicaldelete
Provide Support for Logical Deletes on Models and in the Django Admin -
django-nested-forms
Nested forms for your django projects -
django-durationfield
Temporary reusable Django application for adding a DurationField, until Django issue #2443 is resolved. -
django-slow-log
django slow request log -
django-maintenancemode
A friendly fork of django-maintenancemode -
I released the first version of djwftpserverd.py today. It`s a ftpserver wrapping the fab pyftpdlib, but authentication is done against a django database using the django ORM. This is great if you for instance want a superuser to be able to upload static media using ftpclients, but still want to use the useradministration in django.Basic use:import osos.environ['DJANGO_SETTINGS_MODULE'] = '
-
Update! There`s much better solutions out there. This code will not be maintained anymore. Don`t you just love open source ;-) ? Release first version of WFSCache. Available at https://launchpad.net/wfscache. It`s a tool for monitoring parts of your filesystem for changes. An example : from wfscache import FSCache >>> fc = FSCache() >>> fc.add_path('/temp') >>> fc.update() # Do some changes