Skip to content

Commit 1ce9f23

Browse files
authored
Clarify installation instructions
1 parent 54c31b8 commit 1ce9f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

+1-1
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)