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",
HOST_THEMES = [
- ('example.com', 'organization_themes.ircam-www-theme'),
+ ('example.com', 'organization_themes.forumnet-theme'),
]
BOWER_COMPONENTS_ROOT = '/srv/bower/'