From 83b9b69fdc1f979a6b34c9445d90fa51a8489a08 Mon Sep 17 00:00:00 2001 From: "German M. Bravo" Date: Fri, 4 Mar 2011 10:38:29 -0600 Subject: Comment-like content in strings is now ignored, MEDIA_ROOT renamed to STATIC_ROOT --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 9bf10a0..4e3dbf5 100644 --- a/README.rst +++ b/README.rst @@ -192,7 +192,7 @@ Examples ...generates a new sprite file and produces something like:: div { - background: url("/media/assets/u8Y7yEQL0UffAVw5rX7yhw.png?_=1298240989") 0px 0px no-repeat; + background: url("/static/assets/u8Y7yEQL0UffAVw5rX7yhw.png?_=1298240989") 0px 0px no-repeat; } div .facebook { width: 32px; -- cgit v1.2.1