Commit 49ce1a27bebdda8f17de26fb410946b698bc5b35
1 parent
a4d38c8b
Exists in
master
and in
2 other branches
Set STATIC_ROOT to /var/lib/colab/assets/static/
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Sergio Oliveira <seocam@seocam.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/settings.py
@@ -81,7 +81,7 @@ USE_TZ = True | @@ -81,7 +81,7 @@ USE_TZ = True | ||
81 | # Static files (CSS, JavaScript, Images) | 81 | # Static files (CSS, JavaScript, Images) |
82 | # https://docs.djangoproject.com/en/1.7/howto/static-files/ | 82 | # https://docs.djangoproject.com/en/1.7/howto/static-files/ |
83 | 83 | ||
84 | -STATIC_ROOT = '/var/lib/colab/static/' | 84 | +STATIC_ROOT = '/var/lib/colab/assets/static/' |
85 | STATIC_URL = '/static/' | 85 | STATIC_URL = '/static/' |
86 | 86 | ||
87 | STATICFILES_STORAGE = \ | 87 | STATICFILES_STORAGE = \ |