From 928e0ef759f4bf861dd7b1c0728002f56c32a6c8 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 2 Aug 2013 18:05:39 -0300 Subject: [PATCH] Adding static_root config --- src/colab/custom_settings.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index ac22034..758cfdf 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -128,6 +128,8 @@ STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'colab', 'static'), ) +STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www') + from feedzilla.settings import * FEEDZILLA_PAGE_SIZE = 5 FEEDZILLA_SITE_TITLE = gettext(u'Planet Colab') -- libgit2 0.21.2