summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhu Ramachandran2011-11-22 00:50:47 +0530
committerPrabhu Ramachandran2011-11-22 00:50:47 +0530
commitab56c25d59a057c7b3cf811223808ce922a4750d (patch)
treebe4495819772aa17ba48eb0bca189f1b469e21b7
parentee0f9dfd6ee678db3a017a1b49e5d571a3058a0a (diff)
downloadonline_test-ab56c25d59a057c7b3cf811223808ce922a4750d.tar.gz
online_test-ab56c25d59a057c7b3cf811223808ce922a4750d.tar.bz2
online_test-ab56c25d59a057c7b3cf811223808ce922a4750d.zip
Setting STATIC_ROOT to /tmp/static for now.
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
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/"