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 -------------