From ab56c25d59a057c7b3cf811223808ce922a4750d Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Tue, 22 Nov 2011 00:50:47 +0530 Subject: Setting STATIC_ROOT to /tmp/static for now. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 655608d..ebfec30 100644 --- a/settings.py +++ b/settings.py @@ -75,7 +75,7 @@ MEDIA_URL = '' # Don't put anything in this directory yourself; store your static files # in apps' "static/" subdirectories and in STATICFILES_DIRS. # Example: "/home/media/media.lawrence.com/static/" -STATIC_ROOT = '' +STATIC_ROOT = '/tmp/static/' # URL prefix for static files. # Example: "http://media.lawrence.com/static/" -- cgit