fix exam full name
This commit is contained in:
parent
da54f7bdfa
commit
129472c13c
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 3.2.12 on 2024-07-24 09:13
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('edu', '0009_alter_certificate_用户id'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='course',
|
||||||
|
name='name',
|
||||||
|
field=models.CharField(max_length=100, verbose_name='课程名'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue