From 64f671a496b9e2a0246b5af347760aa596bb6b72 Mon Sep 17 00:00:00 2001 From: Raphael Voyazopoulos Date: Fri, 30 Mar 2018 17:26:28 +0200 Subject: [PATCH] Reverted wrong settings.py edition --- app/settings.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/settings.py b/app/settings.py index e8be1327..ecc45e42 100644 --- a/app/settings.py +++ b/app/settings.py @@ -237,8 +237,7 @@ DATABASES = { INSTALLED_APPS = [ "organization_themes", - "organization_themes.forumnet-theme", - #"organization_themes.ircam-www-theme", + "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", @@ -297,7 +296,7 @@ if CUSTOM_MODULES: HOST_THEMES = [ - ('example.com', 'organization_themes.forumnet-theme'), + ('example.com', 'organization_themes.ircam-www-theme'), ] BOWER_COMPONENTS_ROOT = '/srv/bower/' -- 2.39.5