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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ec80e55cac
commit
14b52b95d2
|
@ -203,8 +203,7 @@ line goes at the top of the file, and the last line at the bottom::
|
|||
|
||||
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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue