Skip to content

Commit 5130791

Browse files
authored
Update index.rst
1 parent db30a78 commit 5130791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010
To install django-slick-reporting:
1111

1212
1. Install with pip: `pip install django-slick-reporting`.
13-
2. Add ``slick_reporting'`` to ``INSTALLED_APPS``.
13+
2. Add ``slick_reporting`` to ``INSTALLED_APPS``.
1414
3. For the shipped in View, add ``'crispy_forms'`` to ``INSTALLED_APPS`` and add ``CRISPY_TEMPLATE_PACK = 'bootstrap4'``
1515
to your ``settings.py``
1616
4. Execute `python manage.py collectstatic` so the JS helpers are collected and served.

0 commit comments

Comments
 (0)