diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-10 15:22:55 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-10 15:23:06 -0800 |
| commit | f7c2c0a3be84d1dbd64d49676fbd4110bc009b31 (patch) | |
| tree | 9dfa47778db1b6588bed200a371640e85487ebee /docs/man | |
| parent | 3326a412ccde9f72e22a070a0b4d922048ed2286 (diff) | |
Removed a man page for a command that was removed
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/daily_cleanup.1 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/man/daily_cleanup.1 b/docs/man/daily_cleanup.1 deleted file mode 100644 index dfcde1dff7..0000000000 --- a/docs/man/daily_cleanup.1 +++ /dev/null @@ -1,34 +0,0 @@ -.TH "daily_cleanup.py" "1" "August 2007" "Django Project" "" -.SH "NAME" -daily_cleanup.py \- Database clean-up for the Django Web framework -.SH "SYNOPSIS" -.B daily_cleanup.py - -.SH "DESCRIPTION" -Removes stale session data from a Django database. This means, any session data -which has an expiry date prior to the date the script is run. -.sp -The script can be run manually or can be scheduled to run at regular -intervals as a -.BI cron -job. - -.SH "ENVIRONMENT" -.TP -.I DJANGO_SETTINGS_MODULE -This environment variable defines the settings module to be read. -It should be in Python-import form, e.g. "myproject.settings". - -.SH "SEE ALSO" -The sessions documentation: -.sp -.I http://docs.djangoproject.com/en/dev/topics/http/sessions/ - -.SH "AUTHORS/CREDITS" -Originally developed at World Online in Lawrence, Kansas, USA. Refer to the -AUTHORS file in the Django distribution for contributors. - -.SH "LICENSE" -New BSD license. For the full license text refer to the LICENSE file in the -Django distribution. - |
