From dbee298d72a8c7f056e3411c68c680a060ef8030 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Wed, 26 Mar 2014 10:45:46 +0100 Subject: [PATCH] tipi payment plugin enabled --- compte_agglo_montpellier/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index a13d151..ee5421b 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -181,6 +181,7 @@ INSTALLED_APPS = ( 'portail_citoyen.apps.auquotidien_plugin', 'portail_citoyen.apps.passerelle_register_plugin', 'compte_agglo_montpellier', + 'tipi_payment_plugin', ) MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'