码迷,mamicode.com
首页 > 其他好文 > 详细

Django本地开发,debug模式引用静态文件

时间:2018-05-24 15:05:28      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:join   span   debug   roo   nbsp   pat   引用   bug   als   

debug为true ,不用设置static_root

debug 为false ,设置static_root

STATIC_ROOT = (  
    os.path.join(BASE_DIR, static)  
  
) 

 

Django本地开发,debug模式引用静态文件

标签:join   span   debug   roo   nbsp   pat   引用   bug   als   

原文地址:https://www.cnblogs.com/sea-stream/p/9082476.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!