Fixed #4455 -- Small typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7de9f79969
commit
5ec6ffd6ce
|
@ -295,7 +295,7 @@ Serving static files with the development server
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
By default, the development server doesn't serve any static files for your site
|
By default, the development server doesn't serve any static files for your site
|
||||||
(such as CSS files, images, things under ``MEDIA_ROOT_URL`` and so forth). If
|
(such as CSS files, images, things under ``MEDIA_URL`` and so forth). If
|
||||||
you want to configure Django to serve static media, read the `serving static files`_
|
you want to configure Django to serve static media, read the `serving static files`_
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue