Compare View
Commits (2)
-
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
2 changed files
Show diff stats
colab/settings.py
| ... | ... | @@ -81,7 +81,7 @@ USE_TZ = True |
| 81 | 81 | # Static files (CSS, JavaScript, Images) |
| 82 | 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 | 85 | STATIC_URL = '/static/' |
| 86 | 86 | |
| 87 | 87 | STATICFILES_STORAGE = \ | ... | ... |
setup.py