diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 758cfdf..5325c63 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -128,7 +128,7 @@ STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'colab', 'static'), ) -STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www') +STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www', 'static') from feedzilla.settings import * FEEDZILLA_PAGE_SIZE = 5 -- libgit2 0.21.2