Skip to content

Commit

Permalink
Documentation: add import to example code
Browse files Browse the repository at this point in the history
  • Loading branch information
vanschelven committed Aug 27, 2021
1 parent 63f5622 commit 4f75ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
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 4f75ee9

Please sign in to comment.