Skip to content

Commit 66fe9c8

Browse files
authored
Documentation fix in installation.rst (#1555)
As of 3.2.3 you _do_ use quotes about `debug_toolbar.urls`
1 parent 808c8d7 commit 66fe9c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/installation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ Add django-debug-toolbar's URLs to your project's URLconf:
8787
]
8888
8989
This example uses the ``__debug__`` prefix, but you can use any prefix that
90-
doesn't clash with your application's URLs. Note the lack of quotes around
91-
``debug_toolbar.urls``.
90+
doesn't clash with your application's URLs.
9291

9392
5. Add the Middleware
9493
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)