基本信息
源码名称:Python_django_web学生管理系统
源码大小:0.31M
文件格式:.tar
开发语言:Python
更新时间:2022-08-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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