久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術(shù)文章
文章詳情頁

Django配置Bootstrap, js實(shí)現(xiàn)過程詳解

瀏覽:113日期:2024-04-16 17:15:58

1、首先在APP目錄下創(chuàng)建一個static文件夾

如圖:

Django配置Bootstrap, js實(shí)現(xiàn)過程詳解

# Application definitionINSTALLED_APPS = [ ’django.contrib.admin’, ’django.contrib.auth’, ’django.contrib.contenttypes’, ’django.contrib.sessions’, ’django.contrib.messages’, ’django.contrib.staticfiles’, ’appBook.apps.AppbookConfig’, ]

2、在settings.py中 最底部添加如下:

# Static files (CSS, JavaScript, Images)# https://docs.djangoproject.com/en/1.11/howto/static-files/STATIC_URL = ’/static/’STATIC_ROOT=( os.path.join(BASE_DIR,'appBook/static'),)

3、在html頁面頭部添加:

Django配置Bootstrap, js實(shí)現(xiàn)過程詳解

{% load staticfiles %}<!DOCTYPE html><html lang='en'><head> <meta charset='UTF-8'> <title>Title</title> <link rel='stylesheet' href='http://www.gepszalag.com/bcjs/{% static ’bootstrap/css/bootstrap.css’ %}' rel='external nofollow' > <style> .container{ margin-top: 80px; } </style></head><body>

4、在html模版頁面,可以用如下方式調(diào)用:

<img src='http://www.gepszalag.com/bcjs/{% static ’images/logo.gif’ %}' alt=''/> <img src='https://rkxy.com.cn/static/images/acer.gif' alt=''/> 推薦使用第二種,因?yàn)槿绻麍D片名稱是動態(tài)的,可以通過views這么綁定: <img src='https://rkxy.com.cn/static/images/{{name}}.gif' alt=''/> css的引用同樣如此: <link rel='stylesheet' href='http://www.gepszalag.com/bcjs/{% static ‘style/base.css’ %}' rel='external nofollow' type='text/css'> <link rel='stylesheet' href='http://www.gepszalag.com/static/style/base.css' rel='external nofollow' type='text/css'> js的引用同樣如此: <script type='text/javascript' src='http://www.gepszalag.com/bcjs/{% static ‘js/jquery-1.8.3.min.js’ %}'/> <script type='text/javascript' src='https://rkxy.com.cn/static/js/jquery-1.8.3.min.js'/>可以用 python manage.py findstatic css/index.css 尋找 css

Django:locals()小技巧

locals()返回一個包含當(dāng)前作用域里面的所有變量和它們的值的字典。

所以可以把views改寫為

def current_datetime(request): current_date = datetime.datetime.now() return render_to_response(’current_datetime.html’, locals())

這里要注意的是要把now重命名為current_date,因?yàn)槟0逍枰氖沁@個變量名。

在template是如下定義的:

<html> <body> <font color = 'blue'>It is is now {{ current_date }}.</font> </body></html>

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: JavaScript
主站蜘蛛池模板: 欧美日韩国产精品一区二区亚洲 | 国产精品久久久久久久久久三级 | 精品久久久久国产免费 | 小川阿佐美88av在线播放 | 国产黄色大片免费观看 | 中文无码久久精品 | 人人射人人舔 | 综合中文字幕 | 国产精品一区免费在线观看 | 作爱视频免费看 | 一级毛片免费播放 | 久久久久久久久久国产精品 | 一区二区激情 | 国产中文字幕一区二区三区 | 亚洲综合精品 | 久久久人成影片一区二区三区 | 欧美1区 | 国产成人免费视频 | 国产农村妇女精品一二区 | av一区二区三区四区 | 久久6 | 久久2018 | 久草天堂 | 久久综合九九 | 国产精品成人久久久久 | 99精品免费视频 | 亚洲成人av在线 | 玖玖国产精品视频 | 久久大陆 | www麻豆| 久久婷婷麻豆国产91天堂 | 久久精品欧美 | 欧美成人黄激情免费视频 | 日韩精品一区二 | 久久精品国产免费 | 日韩一级免费在线观看 | 97av在线 | 国产精彩视频 | 精品免费视频一区二区 | 手机看片亚洲 | 日韩视频在线免费观看 |