We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1befcaf + 91c80f5 commit 984d0a6Copy full SHA for 984d0a6
docs/installation.rst
@@ -43,7 +43,8 @@ URLconf
43
Add the Debug Toolbar's URLs to your project's URLconf as follows::
44
45
from django.conf import settings
46
- from django.conf.urls import include, url
+ from django.conf.urls import include, url # For django versions before 2.0
47
+ from django.urls import include, path # For django versions from 2.0 and up
48
49
if settings.DEBUG:
50
import debug_toolbar
0 commit comments