|
Revision 8857, 1.0 kB
(checked in by jacob, 1 month ago)
|
Cleaned up a bunch of minor doc stuff:
- Removed flatpages/redirects README; no other contrib apps have those.
- Cleaned up top-level README to be more readable.
- Removed outdated references to old docs (Fixes #8701)
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 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. |
|---|