Django: serving ADMIN media files

前端 未结 7 1319
无人及你
无人及你 2020-12-08 03:01

I\'ve been successfully serving media files for the normal MEDIA files, but when I tried serving admin media files, I failed. please kindly help me locating the problem, as

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 03:46

    I just fixed a similar bug in my test site. ADMIN_MEDIA_PREFIX and MEDIA_URL should never be the same, see the following note in the docs:

    Make sure to use a trailing slash, and to have this be different from the MEDIA_URL setting (since the same URL cannot be mapped onto two different sets of files).

提交回复
热议问题