From 8435b2c6ed11c761ebaf384a84f356574a953f6d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 27 Apr 2020 16:52:37 +0200 Subject: [PATCH 2/2] misc: activate djdt on authentic2 (#42149) --- roles/app-setup/templates/authentic-settings.j2 | 1 + 1 file changed, 1 insertion(+) diff --git roles/app-setup/templates/authentic-settings.j2 roles/app-setup/templates/authentic-settings.j2 index 3593290..6240e47 100644 --- roles/app-setup/templates/authentic-settings.j2 +++ roles/app-setup/templates/authentic-settings.j2 @@ -24,4 +24,5 @@ HOBO_ANONYMOUS_SERVICE_USER_CLASS = 'hobo.rest_authentication.AnonymousAuthentic # HOBO Skeletons HOBO_SKELETONS_DIR = os.path.join(VAR_DIR, 'skeletons') +{% include 'middleware_debug_toolbar.j2' %} {% endblock %} -- 2.26.0