My favorites | Sign in
Project Logo
          
People details
Project owners:
  aidas.bendoraitis

Django Poor Man's Cron is Django app which makes use of spambots, search engine indexing robots and alike to run scheduled tasks in approximately regular intervals.

This app isn't meant to be a fully-featured project, but rather a modifiable experimental concept.

To install the app, do the following:

INSTALLED_APPS = (
    # ...
    "poormanscron",
    )

MIDDLEWARE_CLASSES = (
    # ...
    "poormanscron.middleware.PoorMansCronMiddleware",
    )

The included initial_data fixture serves as an example where "cleanup" command is called every day after 3 am.









Hosted by Google Code