Skip to content

Commit 83aa6da

Browse files
authored
Update installation.rst
1 parent 075e232 commit 83aa6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Next, edit your ``urls.py`` and add the following:
143143

144144
.. code-block:: python
145145
146-
from django.urls import path
146+
from django.urls import path, include
147147
148148
urlpatterns = [
149149
# ...

0 commit comments

Comments
 (0)