Django~static files

时间:2016-03-01 20:40:41   收藏:0   阅读:188

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;
}

 

技术分享

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!