成績分析系統(tǒng)?? by Django

1. 環(huán)境配置


  • 我的環(huán)境
macOS Sierra 10.12.1
Python 3.5.2
PyCharm 2016.2.3
Django 1.10.3
PyMySQL 0.7.9
numpy 1.11.2
pandas 0.19.1
xlrd 1.0.0 (讀取 xlsx)
Project Interpreter 安裝失敗請掛 VPN
  • 終端輸入 升級 pip
pip3 install --upgrade pip
  • Django 刷新數(shù)據(jù)庫
python3 manage.py makemigrations
python3 manage.py migrate
  • Django 創(chuàng)建 admin 管理員賬戶
python3 manage.py createsuperuser

2. 網(wǎng)頁代碼


  • 引入靜態(tài)文件
{% load staticfiles %}
  • head
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>重慶理工大學學生成績分析系統(tǒng) (??ˇ?ˇ?) by cateek</title>
    <link href="{% static 'img/favicon.ico' %}" rel="shortcut icon">
    <!-- Bootstrap -->
    <link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
        <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
</head>
  • iframe 本項目已棄用 iframe ,以下代碼保留備用。
<a href="iframe1.html" target="iframe">click on me!</a>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
    <iframe src="iframe.html" name="iframe">
        <p>Your browser does not support iframes.</p>
    </iframe>
</div>
最后編輯于
?著作權歸作者所有,轉載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。

相關閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容