Changeset 5418
- Timestamp:
- 06/02/07 03:00:11 (1 year ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r5405 r5418 296 296 297 297 By 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). If298 (such as CSS files, images, things under ``MEDIA_URL`` and so forth). If 299 299 you want to configure Django to serve static media, read the `serving static files`_ 300 300 documentation.
