From f7c4ae45bd34c510cb7325b15e9a0f9d1a353a12 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 1 Dec 2014 15:20:53 -0200 Subject: [PATCH] Moved COLAB_HOME_URL higher in the file --- colab/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/colab/settings.py b/colab/settings.py index 9d926d6..ec51a0d 100644 --- a/colab/settings.py +++ b/colab/settings.py @@ -243,6 +243,9 @@ MESSAGE_TAGS = { messages.ERROR: 'alert-danger', } +# Colab Settings +COLAB_HOME_URL = '/dashboard' + # Super Archives SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/public' SUPER_ARCHIVES_EXCLUDE = [] @@ -315,5 +318,3 @@ if FEEDZILLA_ENABLED: proxied_apps = locals().get('PROXIED_APPS') or {} for app_label in proxied_apps.keys(): INSTALLED_APPS += ('colab.proxy.{}'.format(app_label),) - -COLAB_HOME_URL = '/dashboard' \ No newline at end of file -- libgit2 0.21.2