From 3d0b702b39d8c758860322c49a85a5a5aa2f66ef Mon Sep 17 00:00:00 2001 From: Raphael Voyazopoulos Date: Fri, 30 Mar 2018 17:07:12 +0200 Subject: [PATCH] Using the forumnet theme. --- app/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/' -- 2.39.5