Skip to content

Commit

Permalink
Merge pull request #61 from TurnrDev/patch-1
Browse files Browse the repository at this point in the history
Fix typo in index.rst
  • Loading branch information
RamezIssac committed Apr 19, 2023
2 parents db30a78 + 5130791 commit b8b1750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Installation
To install django-slick-reporting:

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

0 comments on commit b8b1750

Please sign in to comment.