From f9696d94e2e791d664c128cd63789aa6521f3c00 Mon Sep 17 00:00:00 2001 From: jekil Date: Thu, 15 Sep 2016 23:49:33 +0200 Subject: [PATCH] Commented out static root --- ghiro/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghiro/settings.py b/ghiro/settings.py index 9e0222c..3224c99 100644 --- a/ghiro/settings.py +++ b/ghiro/settings.py @@ -41,7 +41,7 @@ # Don't put anything in this directory yourself; store your static files # in apps' "static/" subdirectories and in STATICFILES_DIRS. # Example: "/var/www/example.com/static/" -STATIC_ROOT = os.path.join(PROJECT_DIR, 'static') +# STATIC_ROOT = os.path.join(PROJECT_DIR, 'static') # URL prefix for static files. # Example: "http://example.com/static/", "http://static.example.com/"