Update installation guide
This commit is contained in:
parent
22c0dceaf2
commit
58d32cd413
1 changed files with 6 additions and 2 deletions
|
@ -46,12 +46,16 @@ Supported django CMS versions:
|
|||
Usage
|
||||
=====
|
||||
|
||||
#. Configure django-multisite as documented
|
||||
#. Configure django-multisite as documented upstream
|
||||
|
||||
#. Add ``djangocms_multisite`` to ``INSTALLED_APPS``::
|
||||
#. Use ``SITE_ID = SiteId(default=1)`` instead of the documented ``SITE_ID = SiteID()``
|
||||
|
||||
|
||||
#. Add ``multisite``, ``djangocms_multisite`` to ``INSTALLED_APPS``::
|
||||
|
||||
INSTALLED_APPS=[
|
||||
...
|
||||
'multisite',
|
||||
'djangocms_multisite',
|
||||
...
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue