From a6542ad3bfda1da672c377c240ef1289f80dbca4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 26 Oct 2017 19:09:52 +0200 Subject: [PATCH] Update mezzanine-organization --- .gitmodules | 2 +- app/settings.py | 8 +++++--- lib/mezzanine-organization | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 92d7ca7f..179e9e1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,4 +20,4 @@ branch = dynamic_stacked [submodule "lib/mezzanine-organization"] path = lib/mezzanine-organization - url = https://github.com/Ircam-Web/mezzanine-organization.git + url = git@github.com:Ircam-Web/mezzanine-organization.git diff --git a/app/settings.py b/app/settings.py index 337697e2..c8025a22 100644 --- a/app/settings.py +++ b/app/settings.py @@ -266,6 +266,11 @@ INSTALLED_APPS = [ 'extra_views', ] + +HOST_THEMES = [ + ('example.com', 'organization_themes.www_ircam_fr'), +] + BOWER_COMPONENTS_ROOT = '/srv/bower/' BOWER_PATH = '/usr/local/bin/bower' BOWER_INSTALLED_APPS = ( @@ -312,9 +317,6 @@ if not DEBUG: TEMPLATES[0]['OPTIONS']['loaders'] = TEMPLATE_LOADERS_OPTIONS TEMPLATES[0]['APP_DIRS'] = False -HOST_THEMES = [ - ('example.com', 'organization_themes.www_ircam_fr'), -] # List of middleware classes to use. Order is important; in the request phase, # these middleware classes will be applied in the order given, and in the diff --git a/lib/mezzanine-organization b/lib/mezzanine-organization index 5a3227e0..99db16b8 160000 --- a/lib/mezzanine-organization +++ b/lib/mezzanine-organization @@ -1 +1 @@ -Subproject commit 5a3227e044914cb844772fb7838a1a26b0f08648 +Subproject commit 99db16b8d7dd67511fa1145fd2d2d9cf3685e34b -- 2.39.5