X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c15b511c1e9ebb06050f40e98ec554ba6c26cb1b..019dfd7e87efcf03b08decb7af6552df3e3df215:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index 1ddd97907..213f2e7ce 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -62,6 +62,8 @@ INSTALLED_APPS_CONTRIB = [ 'raven.contrib.django.raven_compat', 'club.apps.ClubConfig', + 'debug_toolbar', + # allauth stuff 'allauth', 'allauth.account',