Commit 9354c6530fd32da8ce64fff282589638057031ff

Authored by Paulius Zaleckas
Committed by Claude Paroz
1 parent 8b0411b3

docs: Add instructions to enable 'site' framework we depend on.

Showing 1 changed file with 4 additions and 0 deletions
@@ -6,6 +6,10 @@ To get started using the ``comments`` app, follow these steps: @@ -6,6 +6,10 @@ To get started using the ``comments`` app, follow these steps:
6 6
7 #. Install the comments app by running ``pip install django-contrib-comments``. 7 #. Install the comments app by running ``pip install django-contrib-comments``.
8 8
  9 +#. :ref:`Enable the "sites" framework <enabling-the-sites-framework>` by adding
  10 + ``'django.contrib.sites'`` to :setting:`INSTALLED_APPS` and defining
  11 + :setting:`SITE_ID`.
  12 +
9 #. Install the comments framework by adding ``'django_comments'`` to 13 #. Install the comments framework by adding ``'django_comments'`` to
10 :setting:`INSTALLED_APPS`. 14 :setting:`INSTALLED_APPS`.
11 15
Please register or login to post a comment