mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Added SITE_ID to docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d0a0a54538
commit
a11a1d5e16
1 changed files with 9 additions and 0 deletions
|
@ -499,6 +499,15 @@ See the `session docs`_.
|
||||||
``'hotclub'`` is a reference to the Hot Club of France, the band Django
|
``'hotclub'`` is a reference to the Hot Club of France, the band Django
|
||||||
Reinhardt played in.
|
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
|
TEMPLATE_DIRS
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue