Skip to content

Commit eb0dc1e

Browse files
committed
Ch26: Add debug_toolbar to INSTALLED_APPS.
1 parent 4f89e70 commit eb0dc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suorganizer/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'django.contrib.messages',
4242
'django.contrib.sites',
4343
'django.contrib.staticfiles',
44+
'debug_toolbar',
4445
'django_extensions',
4546
'core',
4647
'organizer',

0 commit comments

Comments
 (0)