Changes between Version 218 and Version 219 of DjangoResources
- Timestamp:
- Jan 15, 2010, 11:00:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v218 v219 88 88 * [http://code.google.com/p/django-cron/ django-cron] - Djang-Cron is a simple tool that allows you to have cron jobs for you applications. It comes with an example to delete expired sessions, and I have one for django-registration to delete expired users. Django Cron is intended to replace anything you would be adding to a bin directory in your own Django App 89 89 * [http://code.google.com/p/django-fleshin/ django-fleshin] - Fleshin is a pluggable photo management application for Django Web Framework. 90 * [http://github.com/ask/celery/ celery] - Task queue/Job Queue with Django integration. 90 91 * [http://code.google.com/p/django-queue-service/ django-queue-service] - A lightweight, open-source queueing mechanism along the lines of the Amazon Simple Queue Service. 91 92 * [http://code.google.com/p/django-rosetta/ django-rosetta] - Rosetta is a Django application that eases the internationalization (i18n) process of Django projects.