Commit 134006e8 by Andy Reagan

Update installation.rst

parent df22c9fa
......@@ -145,6 +145,16 @@ In Django 1.5, it should look like this:
"sekizai.context_processors.sekizai",
)
Set ``SITE_ID``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you're working with fresh Django installation, you need to set the SITE_ID
::
SITE_ID = 1
Include urlpatterns
~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment