Commit 8640ea569fa3b50613ec4630b3406b6c91589a3d
1 parent
80e87f3d
Exists in
master
and in
39 other branches
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 |