首页 > 其他 > 详细

Django~static files

时间:2016-03-01 20:40:41      阅读:186      评论:0      收藏:0      [点我收藏+]

such as images, JavaScript, or CSS

 https://docs.djangoproject.com/en/1.9/howto/static-files/

 

django.contrib.staticfiles

1.polls/static/polls/style.css

2.polls/templates/polls/index.html

 

Adding a background-image

polls/static/polls/images/background.gif.

body {
    background: white url("images/background.gif") no-repeat right bottom;
}

 

技术分享

Django~static files

原文:http://www.cnblogs.com/lynclynn/p/5232290.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!