Compare commits
No commits in common. '1e084d20f30e0b66d5e309a483f87ce5cfe06c39' and '7b09141c358f80dd8877b8665d0d55b629db72aa' have entirely different histories.
1e084d20f3
...
7b09141c35
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
||||
<serverData>
|
||||
<paths name="root@222.187.226.110:35261">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping local="$PROJECT_DIR$" web="/" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
</component>
|
||||
</project>
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" />
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
|
||||
</project>
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
||||
<serverData>
|
||||
<paths name="root@222.187.226.110:35261">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping local="$PROJECT_DIR$" web="/" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
</component>
|
||||
</project>
|
@ -1,8 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<<<<<<< HEAD
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (2)" project-jdk-type="Python SDK" />
|
||||
=======
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (EduSystemServer)" project-jdk-type="Python SDK" />
|
||||
>>>>>>> 7b09141c358f80dd8877b8665d0d55b629db72aa
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
# Generated by Django 3.2.13 on 2023-09-07 08:59
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Eduadmin', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='admin',
|
||||
name='password',
|
||||
field=models.CharField(blank=True, max_length=128, verbose_name='管理员密码'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='admin',
|
||||
name='username',
|
||||
field=models.CharField(blank=True, max_length=32, primary_key=True, serialize=False, verbose_name='管理员账号'),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,53 +0,0 @@
|
||||
# Generated by Django 3.2.13 on 2023-09-07 09:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Student', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_class_name',
|
||||
field=models.CharField(blank=True, max_length=50, verbose_name='班级'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_grade',
|
||||
field=models.CharField(blank=True, max_length=20, verbose_name='年级'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_major',
|
||||
field=models.CharField(blank=True, max_length=50, verbose_name='专业名称'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_name',
|
||||
field=models.CharField(blank=True, max_length=100, verbose_name='姓名'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_password',
|
||||
field=models.CharField(blank=True, max_length=100, verbose_name='密码'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_sex',
|
||||
field=models.CharField(blank=True, max_length=4, verbose_name='性别'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='s_username',
|
||||
field=models.CharField(blank=True, max_length=30, verbose_name='用户名称'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='student',
|
||||
name='sid',
|
||||
field=models.AutoField(primary_key=True, serialize=False, verbose_name='学生编号'),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
# Generated by Django 3.2.13 on 2023-09-07 08:59
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('course', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='course',
|
||||
name='c_name',
|
||||
field=models.CharField(blank=True, max_length=255, verbose_name='课程名称'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='course',
|
||||
name='c_type',
|
||||
field=models.CharField(blank=True, max_length=128, verbose_name='课程类型'),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,38 +0,0 @@
|
||||
# Generated by Django 3.2.13 on 2023-09-07 08:59
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('teacher', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='teacher',
|
||||
name='t_dept',
|
||||
field=models.CharField(blank=True, max_length=128, verbose_name='教师所属院系'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='teacher',
|
||||
name='t_education',
|
||||
field=models.CharField(blank=True, max_length=128, verbose_name='教师学历'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='teacher',
|
||||
name='t_name',
|
||||
field=models.CharField(blank=True, max_length=255, verbose_name='教师名称'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='teacher',
|
||||
name='t_sex',
|
||||
field=models.CharField(blank=True, max_length=128, verbose_name='教师性别'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='teacher',
|
||||
name='t_title',
|
||||
field=models.CharField(blank=True, max_length=128, verbose_name='教师职称'),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,16 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Time : 2023/9/7 10:54
|
||||
# Author : lirunsheng
|
||||
# User : l'r's
|
||||
# Software: PyCharm
|
||||
# File : urls.py
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from .views import *
|
||||
|
||||
urlpatterns = [
|
||||
path("", teacher),
|
||||
path('delete/',delete),
|
||||
path('student/',student_performance_management)
|
||||
]
|
Loading…
Reference in new issue