Author: mtredinnick Date: 2006-05-18 22:47:59 -0500 (Thu, 18 May 2006) New Revision: 2943
Modified: django/trunk/docs/django-admin.txt Log: Documented that the development server does not, by default handle static files. Included a pointer to the relevant document for changing that. Modified: django/trunk/docs/django-admin.txt =================================================================== --- django/trunk/docs/django-admin.txt 2006-05-19 03:37:50 UTC (rev 2942) +++ django/trunk/docs/django-admin.txt 2006-05-19 03:47:59 UTC (rev 2943) @@ -177,6 +177,17 @@ django-admin.py runserver 1.2.3.4:7000 +Serving static files with the development server: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +By default, the development server will not be able to serve any static files +for your site (such as CSS files, images, things under MEDIA_ROOT_URL and so +forth). If you wish to configure your project to handle static media via the +development server, read the instructions in the `serving static files`_ +documentation. + +.. _serving static files: http://www.djangoproject.com/documentation/static_files/ + shell ----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---