diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-05-22 04:48:44 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-05-22 04:48:44 +0000 |
| commit | e3839f32e5c3c9492c0a29b3af4da28f38a3ccda (patch) | |
| tree | 8c5d3274d20c47e86b794b3d4a9851aa519447d6 /docs/settings.txt | |
| parent | d31f190239e9236cbfdd0900a89cff68b606e764 (diff) | |
Added docs/sites.txt -- documentation on the sites framework
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 766f26edbb..80000fad5b 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -619,6 +619,10 @@ The ID, as an integer, of the current site in the ``django_site`` database table. This is used so that application data can hook into specific site(s) and a single database can manage content for multiple sites. +See the `site framework docs`_. + +.. _site framework docs: http://www.djangoproject.com/documentation/sites/ + TEMPLATE_CONTEXT_PROCESSORS --------------------------- |
