基于python开发的简单的学生管理系统
资源文件列表:

Djangotest/.idea/
Djangotest/.idea/.gitignore 184B
Djangotest/.idea/Djangotest.iml 1.11KB
Djangotest/.idea/inspectionProfiles/
Djangotest/.idea/inspectionProfiles/profiles_settings.xml 174B
Djangotest/.idea/inspectionProfiles/Project_Default.xml 543B
Djangotest/.idea/misc.xml 307B
Djangotest/.idea/modules.xml 279B
Djangotest/.idea/workspace.xml 12.68KB
Djangotest/app/
Djangotest/app/__init__.py
Djangotest/app/__pycache__/
Djangotest/app/__pycache__/__init__.cpython-38.pyc 120B
Djangotest/app/__pycache__/admin.cpython-38.pyc 702B
Djangotest/app/__pycache__/apps.cpython-38.pyc 380B
Djangotest/app/__pycache__/models.cpython-38.pyc 915B
Djangotest/app/__pycache__/urls.cpython-38.pyc 633B
Djangotest/app/__pycache__/views.cpython-38.pyc 4.18KB
Djangotest/app/admin.py 427B
Djangotest/app/apps.py 144B
Djangotest/app/migrations/
Djangotest/app/migrations/__init__.py
Djangotest/app/migrations/__pycache__/
Djangotest/app/migrations/__pycache__/__init__.cpython-38.pyc 131B
Djangotest/app/migrations/__pycache__/0001_initial.cpython-38.pyc 945B
Djangotest/app/migrations/0001_initial.py 1.22KB
Djangotest/app/models.py 865B
Djangotest/app/templates/
Djangotest/app/templates/add.html 1.93KB
Djangotest/app/templates/delete.html 1.82KB
Djangotest/app/templates/home.html 544B
Djangotest/app/templates/info.html 979B
Djangotest/app/templates/login.html 1.69KB
Djangotest/app/templates/select.html 1.87KB
Djangotest/app/templates/update.html 1.81KB
Djangotest/app/templates/welcome.html 1.32KB
Djangotest/app/tests.py 63B
Djangotest/app/urls.py 554B
Djangotest/app/views.py 8KB
Djangotest/db.sqlite3 136KB
Djangotest/Djangotest/
Djangotest/Djangotest/__init__.py 60B
Djangotest/Djangotest/__pycache__/
Djangotest/Djangotest/__pycache__/__init__.cpython-38.pyc 185B
Djangotest/Djangotest/__pycache__/settings.cpython-38.pyc 2.48KB
Djangotest/Djangotest/__pycache__/urls.cpython-38.pyc 951B
Djangotest/Djangotest/__pycache__/wsgi.cpython-38.pyc 536B
Djangotest/Djangotest/asgi.py 413B
Djangotest/Djangotest/settings.py 3.57KB
Djangotest/Djangotest/urls.py 818B
Djangotest/Djangotest/wsgi.py 413B
Djangotest/manage.py 688B
Djangotest/static/
Djangotest/static/1.jpg 25.02KB
Djangotest/static/2.jpg 1.15MB
Djangotest/templates/