From 4f75ee9758e2461eab6d9a2c1d684fe4ac6a2cd8 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 27 Aug 2021 14:26:33 +0200 Subject: [PATCH] Documentation: add import to example code --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 28d65a63..a0efee5e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -143,7 +143,7 @@ Next, edit your ``urls.py`` and add the following: .. code-block:: python - from django.urls import path + from django.urls import path, include urlpatterns = [ # ...