Commit 8640ea569fa3b50613ec4630b3406b6c91589a3d

Authored by Sergio Oliveira
1 parent 80e87f3d

Adding static to static_root path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
@@ -128,7 +128,7 @@ STATICFILES_DIRS = ( @@ -128,7 +128,7 @@ STATICFILES_DIRS = (
128 os.path.join(BASE_DIR, 'colab', 'static'), 128 os.path.join(BASE_DIR, 'colab', 'static'),
129 ) 129 )
130 130
131 -STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www') 131 +STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www', 'static')
132 132
133 from feedzilla.settings import * 133 from feedzilla.settings import *
134 FEEDZILLA_PAGE_SIZE = 5 134 FEEDZILLA_PAGE_SIZE = 5