Django 设置media static
本文python版本3.6.1,Django版本1.11.1
1、settings.py配置
增加django.template.context_processors.media
?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
增加MEDIA_URL、MEDIA_ROOT
?
1 2 3 |
|
2、urls.py
?
1 2 3 4 5 |
|
3、models.py使用
?
1 |
|
4、xadmin后台页面展示
5、media目录