Merge pull request #14 from jedie/patch-1

typo: SiteID() and not SiteId()
This commit is contained in:
Iacopo Spalletti 2016-07-21 09:57:51 +02:00 committed by GitHub
commit e970887206

View file

@ -48,7 +48,7 @@ Usage
#. Configure django-multisite as documented upstream #. Configure django-multisite as documented upstream
#. Use ``SITE_ID = SiteId(default=1)`` instead of the documented ``SITE_ID = SiteID()`` #. Use ``SITE_ID = SiteID(default=1)`` instead of the documented ``SITE_ID = SiteID()``
#. Add ``multisite``, ``djangocms_multisite`` to ``INSTALLED_APPS``:: #. Add ``multisite``, ``djangocms_multisite`` to ``INSTALLED_APPS``::