From: Raphael Voyazopoulos Date: Fri, 30 Mar 2018 15:07:12 +0000 (+0200) Subject: Using the forumnet theme. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3d0b702b39d8c758860322c49a85a5a5aa2f66ef;p=mezzo.git Using the forumnet theme. --- diff --git a/app/settings.py b/app/settings.py index 2b03fb25..63642e66 100644 --- a/app/settings.py +++ b/app/settings.py @@ -236,7 +236,8 @@ DATABASES = { INSTALLED_APPS = [ "organization_themes", - "organization_themes.ircam-www-theme", + "organization_themes.forumnet-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", @@ -287,7 +288,7 @@ INSTALLED_APPS = [ HOST_THEMES = [ - ('example.com', 'organization_themes.ircam-www-theme'), + ('example.com', 'organization_themes.forumnet-theme'), ] BOWER_COMPONENTS_ROOT = '/srv/bower/'