17 lines
419 B
Python
17 lines
419 B
Python
|
# Generated by Django 5.0.1 on 2024-01-29 21:06
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("subjects", "0002_alter_subject_city_alter_subject_city_part_and_more"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="subject",
|
||
|
options={"verbose_name": "Subject", "verbose_name_plural": "Subjects"},
|
||
|
),
|
||
|
]
|