misc: activate djdt in combo (#38398)

This commit is contained in:
Benjamin Dauvergne 2020-04-27 16:57:05 +02:00
parent 344e164103
commit f7466b8550
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@
INSTALLED_APPS = ('hobo.agent.combo', ) + INSTALLED_APPS
# add statics_hash context processor
TEMPLATES[0]['OPTIONS']['context_processors'].append('hobo.context_processors.statics_hash')
{% include 'middleware_debug_toolbar.j2' %}
{% endblock %}