From d4a2c1f8792f52fec0c881ab38c91635840a50c0 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 7 Apr 2015 22:20:53 +0100 Subject: Integrate 'django.contrib.staticfiles' Rather than providing a custom solution for serving static files, use the solution provided in the upstream Django source. This allows us to remove the top-level 'urls.py' file. Signed-off-by: Stephen Finucane Signed-off-by: Jeremy Kerr --- htdocs/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs') diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 87e0cd5..e5bbc75 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -14,7 +14,7 @@ body { #title { - background: url('/images/title-background.png') top left repeat-x; + background: url('/static/images/title-background.png') top left repeat-x; background-color: #786fb4; margin: 0px; padding-top: 0.1em; -- cgit v1.2.3