0.3.0
chat v3
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 4.2.2 on 2023-08-11 23:21
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ChatServiceApp', '0003_msggroup_text'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='message',
|
||||
options={'verbose_name': 'Сообщение', 'verbose_name_plural': 'Сообщения'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='msggroup',
|
||||
options={'verbose_name': 'Тикет', 'verbose_name_plural': 'Тикеты'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user