From: Raphael Voyazopoulos Date: Fri, 30 Mar 2018 15:26:28 +0000 (+0200) Subject: Reverted wrong settings.py edition X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=64f671a496b9e2a0246b5af347760aa596bb6b72;p=mezzo.git Reverted wrong settings.py edition --- 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/'