From 236858e3f4e97a6ce45e57a62c09fffd51b11fd3 Mon Sep 17 00:00:00 2001 From: Emilie Date: Fri, 8 Dec 2017 15:55:10 +0100 Subject: [PATCH] [Settings] : fix theme --- app/settings.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/settings.py b/app/settings.py index d471d0ba..adb78efb 100644 --- a/app/settings.py +++ b/app/settings.py @@ -232,9 +232,10 @@ DATABASES = { INSTALLED_APPS = [ "organization_themes", - "organization_themes.vertigo-themes.vertigo_ircam_fr", - "organization_themes.vertigo-themes.vertigo_starts_eu", - "organization_themes.vertigo-themes.www_starts_eu", + "organization_themes.ircam-www-theme", + # "organization_themes.vertigo-themes.vertigo_ircam_fr", + # "organization_themes.vertigo-themes.vertigo_starts_eu", + # "organization_themes.vertigo-themes.www_starts_eu", "modeltranslation", "dal", "dal_select2", -- 2.39.5