From 5ec6ffd6ce1261cc54b685abd1b79ee814a1b224 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 2 Jun 2007 08:00:11 +0000 Subject: [PATCH] Fixed #4455 -- Small typo fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5418 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/django-admin.txt b/docs/django-admin.txt index efcdea3dd5b..d20db7edc98 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -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 -(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`_ documentation.