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