Author: mtredinnick Date: 2007-06-02 03:00:11 -0500 (Sat, 02 Jun 2007) New Revision: 5418
Modified: django/trunk/docs/django-admin.txt Log: Fixed #4455 -- Small typo fix. Modified: django/trunk/docs/django-admin.txt =================================================================== --- django/trunk/docs/django-admin.txt 2007-06-02 07:55:41 UTC (rev 5417) +++ django/trunk/docs/django-admin.txt 2007-06-02 08:00:11 UTC (rev 5418) @@ -295,7 +295,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
