diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-11 03:50:21 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-11 03:50:21 +0000 |
| commit | a11a1d5e1690fb334758fc2dbaa5478aecc8ab63 (patch) | |
| tree | 21d5ccb5d12c69ab47730e0251ecbf506fd82662 /docs/settings.txt | |
| parent | d0a0a545383a1a1f1b5cba30034d779079ceec5d (diff) | |
Added SITE_ID to docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index a44a2e0994..c4eeb2e636 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -499,6 +499,15 @@ See the `session docs`_. ``'hotclub'`` is a reference to the Hot Club of France, the band Django Reinhardt played in. +SITE_ID +------- + +Default: Not defined + +The ID, as an integer, of the current site in the ``sites`` database. This is +used so that application data can hook into specific site(s) and a single +database can manage content for multiple sites. + TEMPLATE_DIRS ------------- |
