Commit f7c4ae45bd34c510cb7325b15e9a0f9d1a353a12
1 parent
c6f6cddd
Exists in
master
and in
39 other branches
Moved COLAB_HOME_URL higher in the file
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
colab/settings.py
@@ -243,6 +243,9 @@ MESSAGE_TAGS = { | @@ -243,6 +243,9 @@ MESSAGE_TAGS = { | ||
243 | messages.ERROR: 'alert-danger', | 243 | messages.ERROR: 'alert-danger', |
244 | } | 244 | } |
245 | 245 | ||
246 | +# Colab Settings | ||
247 | +COLAB_HOME_URL = '/dashboard' | ||
248 | + | ||
246 | # Super Archives | 249 | # Super Archives |
247 | SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/public' | 250 | SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/public' |
248 | SUPER_ARCHIVES_EXCLUDE = [] | 251 | SUPER_ARCHIVES_EXCLUDE = [] |
@@ -315,5 +318,3 @@ if FEEDZILLA_ENABLED: | @@ -315,5 +318,3 @@ if FEEDZILLA_ENABLED: | ||
315 | proxied_apps = locals().get('PROXIED_APPS') or {} | 318 | proxied_apps = locals().get('PROXIED_APPS') or {} |
316 | for app_label in proxied_apps.keys(): | 319 | for app_label in proxied_apps.keys(): |
317 | INSTALLED_APPS += ('colab.proxy.{}'.format(app_label),) | 320 | INSTALLED_APPS += ('colab.proxy.{}'.format(app_label),) |
318 | - | ||
319 | -COLAB_HOME_URL = '/dashboard' | ||
320 | \ No newline at end of file | 321 | \ No newline at end of file |