資源簡介
python之網頁版學生管理系統,運用Django 運用高級框架Django,寫出的學生管理系統, 連接Mysql 開發過程簡便
代碼片段和文件信息
“““
Django?settings?for?DjangoWeb?project.
Generated?by?‘django-admin?startproject‘?using?Django?2.1.2.
For?more?information?on?this?file?see
https://docs.djangoproject.com/en/2.1/topics/settings/
For?the?full?list?of?settings?and?their?values?see
https://docs.djangoproject.com/en/2.1/ref/settings/
“““
import?os
#?Build?paths?inside?the?project?like?this:?os.path.join(base_DIR?...)
base_DIR?=?os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
#?Quick-start?development?settings?-?unsuitable?for?production
#?See?https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/
#?SECURITY?WARNING:?keep?the?secret?key?used?in?production?secret!
SECRET_KEY?=?‘x5onoylzr5*th%mp&qolaaw$qa_$6!_1k$*!#9z-vsvv)y_5l_‘
#?SECURITY?WARNING:?don‘t?run?with?debug?turned?on?in?production!
DEBUG?=?True
ALLOWED_HOSTS?=?[]
#?Application?definition
INSTALLED_APPS?=?[
????‘django.contrib.admin‘
????‘django.contrib.auth‘
????‘django.contrib.contenttypes
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-26?10:06??django1\DjangoWeb\
?????文件??????????63??2018-10-30?17:08??django1\DjangoWeb\__init__.py
?????目錄???????????0??2018-11-26?10:06??django1\DjangoWeb\__pycache__\
?????文件?????????177??2018-10-30?17:10??django1\DjangoWeb\__pycache__\__init__.cpython-37.pyc
?????文件????????2325??2018-10-30?17:10??django1\DjangoWeb\__pycache__\settings.cpython-37.pyc
?????文件????????1168??2018-10-31?17:04??django1\DjangoWeb\__pycache__\urls.cpython-37.pyc
?????文件?????????535??2018-10-30?17:10??django1\DjangoWeb\__pycache__\wsgi.cpython-37.pyc
?????文件????????3391??2018-10-30?17:01??django1\DjangoWeb\settings.py
?????文件????????1122??2018-10-31?16:38??django1\DjangoWeb\urls.py
?????文件?????????411??2018-10-30?16:55??django1\DjangoWeb\wsgi.py
?????目錄???????????0??2018-11-26?10:06??django1\Student\
?????文件???????????0??2018-10-30?16:55??django1\Student\__init__.py
?????目錄???????????0??2018-11-26?10:06??django1\Student\__pycache__\
?????文件?????????126??2018-10-30?17:10??django1\Student\__pycache__\__init__.cpython-37.pyc
?????文件?????????167??2018-10-30?17:10??django1\Student\__pycache__\admin.cpython-37.pyc
?????文件?????????344??2018-10-30?17:10??django1\Student\__pycache__\apps.cpython-37.pyc
?????文件?????????640??2018-11-02?16:42??django1\Student\__pycache__\models.cpython-37.pyc
?????文件????????1694??2018-11-02?16:42??django1\Student\__pycache__\views.cpython-37.pyc
?????文件??????????66??2018-10-30?16:55??django1\Student\admin.py
?????文件??????????94??2018-10-30?16:55??django1\Student\apps.py
?????目錄???????????0??2018-11-26?10:06??django1\Student\migrations\
?????文件???????????0??2018-10-30?16:55??django1\Student\migrations\__init__.py
?????目錄???????????0??2018-11-26?10:06??django1\Student\migrations\__pycache__\
?????文件?????????137??2018-10-30?17:10??django1\Student\migrations\__pycache__\__init__.cpython-37.pyc
?????文件?????????801??2018-11-02?16:41??django1\Student\models.py
?????文件??????????63??2018-10-30?16:55??django1\Student\tests.py
?????文件????????2156??2018-11-02?16:36??django1\Student\views.py
?????目錄???????????0??2018-11-26?10:06??django1\templates\
?????文件????????1127??2018-11-02?16:18??django1\templates\first.html
?????文件?????????412??2018-10-30?20:56??django1\templates\insert.html
?????文件?????????537??2018-10-30?21:32??django1\templates\update.html
............此處省略0個文件信息
評論
共有 條評論