Skip to content

Commit

Permalink
Merge pull request #433 from vanschelven/patch-1
Browse files Browse the repository at this point in the history
Documentation: add import to example code
  • Loading branch information
akatsoulas committed Aug 30, 2021
2 parents 63f5622 + 4f75ee9 commit 799e9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
# ...
Expand Down

0 comments on commit 799e9f0

Please sign in to comment.