From 72adce1f6f056b5e8eaa1071d226de03dd7954b3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 20:10:53 -0400 Subject: example/settings.py: add STATIC_ROOT --- examples/djangoproject/djangoproject/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/djangoproject/djangoproject/settings.py b/examples/djangoproject/djangoproject/settings.py index 8edd3b7..ea893a2 100644 --- a/examples/djangoproject/djangoproject/settings.py +++ b/examples/djangoproject/djangoproject/settings.py @@ -56,7 +56,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 = 'static' # URL prefix for static files. # Example: "http://media.lawrence.com/static/" -- cgit v1.2.3