Commit bf6cf48488aa8b9449a90f706ce9dfd81609460c
Exists in
master
Merge branch 'fix-static-settings'
Showing
2 changed files
with
2 additions
and
2 deletions
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