]> git.parisson.com Git - mezzo.git/commitdiff
Reverted wrong settings.py edition
authorRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Fri, 30 Mar 2018 15:26:28 +0000 (17:26 +0200)
committerRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Fri, 30 Mar 2018 15:26:28 +0000 (17:26 +0200)
app/settings.py

index e8be132762051939baa7ac50a63983794012dc00..ecc45e42c71cf2f32f766ed91a85bb6f2a34bb40 100644 (file)
@@ -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/'