]> git.parisson.com Git - mezzo.git/commitdiff
Using the forumnet theme.
authorRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Fri, 30 Mar 2018 15:07:12 +0000 (17:07 +0200)
committerRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Fri, 30 Mar 2018 15:07:12 +0000 (17:07 +0200)
app/settings.py

index 2b03fb2545f8641f62137d6a97c4df37feeb72d4..63642e66cf25a4dfa7a8809e2984e35ad7dc864c 100644 (file)
@@ -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/'