Django: serving ADMIN media files

前端 未结 7 1324
无人及你
无人及你 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:44

    Try changing:

    ADMIN_MEDIA_PREFIX = '/static/media/'

    This assumes that your MEDIA_ROOT/media/ directory contains the admin media folder (which is what I understood from your question).

提交回复
热议问题