Changes between Version 96 and Version 97 of DjangoResources


Ignore:
Timestamp:
Feb 13, 2008, 8:10:07 AM (17 years ago)
Author:
rajesh.dhawan@…
Comment:

Added Django Queue Service

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v96 v97  
    4949 * [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
    5050 * [http://code.google.com/p/django-fleshin/ django-fleshin] - Fleshin is a pluggable photo management application for Django Web Framework.
     51 * [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.
    5152
    5253== Open-Source Django projects ==
Back to Top