嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Python_django_web学生管理系统
Django,MySQL,web学生管理系统
.
├── Python_django_web学生管理系统
│ ├── django开发过程.docx
│ ├── studemo
│ │ ├── manage.py
│ │ ├── static
│ │ │ ├── css
│ │ │ │ └── login.css
│ │ │ └── images
│ │ │ ├── login_bg.jpg
│ │ │ ├── login_button.jpg
│ │ │ ├── login_logo.jpg
│ │ │ └── login_name_bg.jpg
│ │ ├── stu
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── admin.py
│ │ │ ├── admin.pyc
│ │ │ ├── migrations
│ │ │ │ ├── 0001_initial.py
│ │ │ │ ├── 0001_initial.pyc
│ │ │ │ ├── __init__.py
│ │ │ │ └── __init__.pyc
│ │ │ ├── models.py
│ │ │ ├── models.pyc
│ │ │ ├── tests.py
│ │ │ ├── urls.py
│ │ │ ├── urls.pyc
│ │ │ ├── views.py
│ │ │ └── views.pyc
│ │ ├── studemo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── settings.py
│ │ │ ├── settings.pyc
│ │ │ ├── urls.py
│ │ │ ├── urls.pyc
│ │ │ ├── wsgi.py
│ │ │ └── wsgi.pyc
│ │ └── templates
│ │ └── stu
│ │ ├── error.html
│ │ ├── images
│ │ │ ├── 001.gif
│ │ │ ├── 002.gif
│ │ │ ├── 005.gif
│ │ │ ├── 010.gif
│ │ │ ├── 037.gif
│ │ │ ├── 083.gif
│ │ │ ├── 114.gif
│ │ │ ├── 311.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── a.gif
│ │ │ ├── a1.gif
│ │ │ ├── arrow_082.gif
│ │ │ ├── back.gif
│ │ │ ├── first.gif
│ │ │ ├── g_page.gif
│ │ │ ├── go.gif
│ │ │ ├── last.gif
│ │ │ ├── next.gif
│ │ │ ├── tab_03.gif
│ │ │ ├── tab_05.gif
│ │ │ ├── tab_07.gif
│ │ │ ├── tab_12.gif
│ │ │ ├── tab_14.gif
│ │ │ ├── tab_16.gif
│ │ │ ├── tab_20.gif
│ │ │ ├── tab_21.gif
│ │ │ └── tab_22.gif
│ │ ├── index.html
│ │ └── stu_login.html
│ ├── studemo.sql
│ └── 学生管理系统环境配置.txt
├── Python_django_web学生管理系统.zip
└── 好例子网_Python_django_web学生管理系统_2.tar
11 directories, 64 files