Skip to content

Commit

Permalink
Add a note about django-cms to docs - issue darklow#77
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jun 25, 2013
1 parent 285c9aa commit ee93784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installation
'django.contrib.admin',
)

.. warning:: ``'suit'`` must be added before ``'django.contrib.admin'``
.. warning:: ``'suit'`` must be added before ``'django.contrib.admin'``, and if you are using third-party apps with special admin support (like django-cms) you also need to add ``'suit'`` before ``'cms'``.

3. You also need to add ``'django.core.context_processors.request'`` to ``TEMPLATE_CONTEXT_PROCESSORS`` setting in your Django project ``settings.py`` file.::

Expand Down

0 comments on commit ee93784

Please sign in to comment.