settings: mellon is now in chrono and combo by default (#23373)

This commit is contained in:
Thomas NOËL 2018-04-24 14:37:14 +02:00
parent f2fd752c21
commit f970e8be88
2 changed files with 0 additions and 10 deletions

View File

@ -1,10 +1,5 @@
{% extends "app-settings-base.j2" %}
{% block app_custom_before %}
# SAML2 authentication
INSTALLED_APPS += ('mellon',)
{% endblock %}
{% block app_custom_after %}
# disable django-mellon autologin
MELLON_OPENED_SESSION_COOKIE_NAME = None

View File

@ -1,10 +1,5 @@
{% extends "app-settings-base.j2" %}
{% block app_custom_before %}
# SAML2 authentication
INSTALLED_APPS += ('mellon',)
{% endblock %}
{% block app_custom_after %}
# add custom hobo agent module
INSTALLED_APPS = ('hobo.agent.combo', ) + INSTALLED_APPS