misc: activate djdt on fargo (#42150)

This commit is contained in:
Benjamin Dauvergne 2020-04-27 16:58:14 +02:00
parent f7466b8550
commit bafc2f06b1
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
{% block app_custom_after %}
# disable django-mellon autologin
MELLON_OPENED_SESSION_COOKIE_NAME = None
{% include 'middleware_debug_toolbar.j2' %}
{% endblock %}