分支机构的项目管理,基于Django
This commit is contained in:
18
fzjgact/huodong/migrations/0024_alter_event_branches.py
Normal file
18
fzjgact/huodong/migrations/0024_alter_event_branches.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2025-06-19 08:55
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('huodong', '0023_publicscreen_created_at'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='event',
|
||||
name='branches',
|
||||
field=models.ManyToManyField(related_name='events', to='huodong.branch', verbose_name='分支机构'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user