Ticket #23324: 23324.diff

File 23324.diff, 665 bytes (added by Tim Graham, 10 years ago)
  • docs/ref/contrib/sites.txt

    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:  
    1919
    2020    A model for storing the ``domain`` and ``name`` attributes of a Web site.
    2121    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
    2324    particular settings file.
    2425
    2526    .. attribute:: domain
Back to Top