1 .TH "daily_cleanup.py" "1" "August 2007" "Django Project" ""
3 daily_cleanup.py \- Database clean-up for the Django Web framework
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.
11 The script can be run manually or can be scheduled to run at regular
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".
23 The sessions documentation:
25 .I http://docs.djangoproject.com/en/dev/topics/http/sessions/
28 Originally developed at World Online in Lawrence, Kansas, USA. Refer to the
29 AUTHORS file in the Django distribution for contributors.
32 New BSD license. For the full license text refer to the LICENSE file in the