Commit 76306f15 by benjaoming

Merge pull request #249 from andyreagan/patch-2

Update installation.rst
parents e523e006 134006e8
......@@ -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