diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt
index cea1a44..335c771 100644
a
|
b
|
The sites framework is mainly based on a simple model:
|
19 | 19 | |
20 | 20 | A model for storing the ``domain`` and ``name`` attributes of a Web site. |
21 | 21 | The :setting:`SITE_ID` setting specifies the database ID of the |
22 | | :class:`~django.contrib.sites.models.Site` object associated with that |
| 22 | :class:`~django.contrib.sites.models.Site` object (accessible using |
| 23 | the automatically added ``id`` attribute) associated with that |
23 | 24 | particular settings file. |
24 | 25 | |
25 | 26 | .. attribute:: domain |