Django community: RSS
This page, updated regularly, aggregates New/updated Django packages from the Django community.
-
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