We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db30a78 commit 5130791Copy full SHA for 5130791
docs/source/index.rst
@@ -10,7 +10,7 @@ Installation
10
To install django-slick-reporting:
11
12
1. Install with pip: `pip install django-slick-reporting`.
13
-2. Add ``slick_reporting'`` to ``INSTALLED_APPS``.
+2. Add ``slick_reporting`` to ``INSTALLED_APPS``.
14
3. For the shipped in View, add ``'crispy_forms'`` to ``INSTALLED_APPS`` and add ``CRISPY_TEMPLATE_PACK = 'bootstrap4'``
15
to your ``settings.py``
16
4. Execute `python manage.py collectstatic` so the JS helpers are collected and served.
0 commit comments