]> git.parisson.com Git - mezzo.git/commitdiff
Merge branch 'master' of https://github.com/Ircam-Web/Mezzo
authorRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Fri, 30 Mar 2018 15:07:35 +0000 (17:07 +0200)
committerRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Fri, 30 Mar 2018 15:07:35 +0000 (17:07 +0200)
1  2 
app/settings.py

diff --cc app/settings.py
index 63642e66cf25a4dfa7a8809e2984e35ad7dc864c,ecc45e42c71cf2f32f766ed91a85bb6f2a34bb40..e8be132762051939baa7ac50a63983794012dc00
@@@ -286,9 -286,17 +287,17 @@@ INSTALLED_APPS = 
      'extra_views',
  ]
  
+ CUSTOM_MODULES = False
+ if CUSTOM_MODULES:
+     INSTALLED_APPS += [
+         "organization.custom",
+     ]
  
  HOST_THEMES = [
 -    ('example.com', 'organization_themes.ircam-www-theme'),
 +    ('example.com', 'organization_themes.forumnet-theme'),
  ]
  
  BOWER_COMPONENTS_ROOT = '/srv/bower/'