diff options
-rw-r--r-- | settings.py | 2 |
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/" |