Changeset 7312 for django/trunk/docs/settings.txt
- Timestamp:
- 03/18/08 17:36:30 (6 months ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r7303 r7312 186 186 Default: ``'/media/'`` 187 187 188 The URL prefix for admin media -- CSS, JavaScript and images. Make sure to use 189 a trailing slash. 188 The URL prefix for admin media -- CSS, JavaScript and images used by 189 the Django administrative interface. Make sure to use a trailing 190 slash, and to have this be different from the ``MEDIA_URL`` setting 191 (since the same URL cannot be mapped onto two different sets of 192 files). 190 193 191 194 ADMINS
