From 49ce1a27bebdda8f17de26fb410946b698bc5b35 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 9 Dec 2015 14:30:27 -0200 Subject: [PATCH] Set STATIC_ROOT to /var/lib/colab/assets/static/ --- colab/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/settings.py b/colab/settings.py index b735223..a9d0ceb 100644 --- a/colab/settings.py +++ b/colab/settings.py @@ -81,7 +81,7 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.7/howto/static-files/ -STATIC_ROOT = '/var/lib/colab/static/' +STATIC_ROOT = '/var/lib/colab/assets/static/' STATIC_URL = '/static/' STATICFILES_STORAGE = \ -- libgit2 0.21.2