Author: jacob
Date: 2010-10-20 15:16:36 -0500 (Wed, 20 Oct 2010)
New Revision: 14299

Modified:
   django/trunk/docs/howto/static-files.txt
Log:
Removes a mistaken note about the static media development helper.

Turns out that when you write documentation without actually consulting the code
you get things wrong. Who knew?

Thanks to Waldemar Kornewald for catching my mistake.

Modified: django/trunk/docs/howto/static-files.txt
===================================================================
--- django/trunk/docs/howto/static-files.txt    2010-10-20 17:57:37 UTC (rev 
14298)
+++ django/trunk/docs/howto/static-files.txt    2010-10-20 20:16:36 UTC (rev 
14299)
@@ -203,8 +203,7 @@
 
 This will inspect your :setting:`STATICFILES_URL` and
 :setting:`STATICFILES_ROOT` settings and wire up the view to serve static media
-accordingly. Remember to run :djadmin:`collectstatic` when your media changes;
-the view only serves static files that have been collected.
+accordingly.
 
 .. warning::
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to