20 lines
464 B
Python
20 lines
464 B
Python
# Generated by Django 3.2.12 on 2022-06-17 09:40
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('third', '0001_initial'),
|
|
('ecm', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='eventcate',
|
|
name='speakers',
|
|
field=models.ManyToManyField(blank=True, to='third.TDevice', verbose_name='固定音响'),
|
|
),
|
|
]
|