Skip to content

Commit b4144e1

Browse files
authored
Merge pull request #242 from benrencher/patch-2
Clarify installation instructions
2 parents 54c31b8 + 1ce9f23 commit b4144e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation
77
1. Install ``django-simple-captcha`` via pip_: ``pip install django-simple-captcha``
88
2. Add ``captcha`` to the ``INSTALLED_APPS`` in your ``settings.py``
99
3. Run ``python manage.py migrate``
10-
4. Add an entry to your ``urls.py``::
10+
4. Add an entry to your ``urls.py`` (import ``include`` from ``django.urls``)::
1111

1212
urlpatterns += [
1313
path('captcha/', include('captcha.urls')),

0 commit comments

Comments
 (0)