Django

Code

Show
Ignore:
Timestamp:
03/18/08 17:36:30 (6 months ago)
Author:
ubernostrum
Message:

Fixed #4783: Added a note that "admin media" means "media used by the admin app", and that ADMIN_MEDIA_PREFIX and MEDIA_URL should not be the same value.

Files:

Legend:

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

    r7303 r7312  
    186186Default: ``'/media/'`` 
    187187 
    188 The URL prefix for admin media -- CSS, JavaScript and images. Make sure to use 
    189 a trailing slash. 
     188The URL prefix for admin media -- CSS, JavaScript and images used by 
     189the Django administrative interface. Make sure to use a trailing 
     190slash, and to have this be different from the ``MEDIA_URL`` setting 
     191(since the same URL cannot be mapped onto two different sets of 
     192files). 
    190193 
    191194ADMINS