Django {{ MEDIA_URL }} blank @DEPRECATED

前端 未结 5 1853
不思量自难忘°
不思量自难忘° 2020-12-01 13:55

I have banged my head over this for the last few hours. I can not get {{ MEDIA_URL }} to show up

in settings.py

..
MEDIA_URL = \'http://10.10.0.106/a         


        
5条回答
  •  眼角桃花
    2020-12-01 14:25

    Update: For Django 1.10 users, the both media and static context processors are already moved in django.template from django.core read the following article for more info: https://docs.djangoproject.com/en/1.10/ref/templates/api/#django-template-context-processors-media

提交回复
热议问题