摘要:
Django xadmin引入DjangoUeditor 版本:python3.6.1,Django1.11.1 DjangoUeditor下载地址:https://github.com/twz915/DjangoUeditor3 1、放入自定义第三方目录,settings.py配置 2、urls. 阅读全文
摘要:
ango 设置media static 本文python版本3.6.1,Django版本1.11.1 1、settings.py配置 增加django.template.context_processors.media 增加MEDIA_URL、MEDIA_ROOT 2、urls.py 3、model 阅读全文