parts/django/docs/man/daily_cleanup.1
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 .TH "daily_cleanup.py" "1" "August 2007" "Django Project" ""
       
     2 .SH "NAME"
       
     3 daily_cleanup.py \- Database clean-up for the Django Web framework
       
     4 .SH "SYNOPSIS"
       
     5 .B daily_cleanup.py
       
     6 
       
     7 .SH "DESCRIPTION"
       
     8 Removes stale session data from a Django database. This means, any session data
       
     9 which has an expiry date prior to the date the script is run.
       
    10 .sp
       
    11 The script can be run manually or can be scheduled to run at regular
       
    12 intervals as a
       
    13 .BI cron
       
    14 job.
       
    15 
       
    16 .SH "ENVIRONMENT"
       
    17 .TP
       
    18 .I DJANGO_SETTINGS_MODULE
       
    19 This environment variable defines the settings module to be read.
       
    20 It should be in Python-import form, e.g. "myproject.settings".
       
    21 
       
    22 .SH "SEE ALSO"
       
    23 The sessions documentation:
       
    24 .sp
       
    25 .I http://docs.djangoproject.com/en/dev/topics/http/sessions/
       
    26 
       
    27 .SH "AUTHORS/CREDITS"
       
    28 Originally developed at World Online in Lawrence, Kansas, USA. Refer to the
       
    29 AUTHORS file in the Django distribution for contributors.
       
    30 
       
    31 .SH "LICENSE"
       
    32 New BSD license. For the full license text refer to the LICENSE file in the
       
    33 Django distribution.
       
    34