Django

Code

Changeset 5418

Show
Ignore:
Timestamp:
06/02/07 03:00:11 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4455 -- Small typo fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r5405 r5418  
    296296 
    297297By default, the development server doesn't serve any static files for your site 
    298 (such as CSS files, images, things under ``MEDIA_ROOT_URL`` and so forth). If 
     298(such as CSS files, images, things under ``MEDIA_URL`` and so forth). If 
    299299you want to configure Django to serve static media, read the `serving static files`_ 
    300300documentation.