~ubuntu-branches/ubuntu/jaunty/python-django/jaunty

« back to all changes in this revision

Viewing changes to docs/man/daily_cleanup.1

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Eddy Mulyono
  • Date: 2008-09-16 12:18:47 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080916121847-mg225rg5mnsdqzr0
Tags: 1.0-1ubuntu1
* Merge from Debian (LP: #264191), remaining changes:
  - Run test suite on build.

[Eddy Mulyono]
* Update patch to workaround network test case failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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