Skip to content

Commit e01e75a

Browse files
authored
Add missing import statement in docs
1 parent 8bab835 commit e01e75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Add the Debug Toolbar's URLs to your project's URLconf as follows::
4444

4545
from django.conf import settings
4646
from django.conf.urls import include, url
47+
import debug_toolbar
4748

4849
if settings.DEBUG:
4950
import debug_toolbar

0 commit comments

Comments
 (0)