We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c31b8 commit 1ce9f23Copy full SHA for 1ce9f23
docs/usage.rst
@@ -7,7 +7,7 @@ Installation
7
1. Install ``django-simple-captcha`` via pip_: ``pip install django-simple-captcha``
8
2. Add ``captcha`` to the ``INSTALLED_APPS`` in your ``settings.py``
9
3. Run ``python manage.py migrate``
10
-4. Add an entry to your ``urls.py``::
+4. Add an entry to your ``urls.py`` (import ``include`` from ``django.urls``)::
11
12
urlpatterns += [
13
path('captcha/', include('captcha.urls')),
0 commit comments