add message and comment

This commit is contained in:
2024-06-29 21:33:22 +08:00
parent 148761c8a2
commit 88a322b248
28 changed files with 431 additions and 144 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 5.0.6 on 2024-06-29 15:38
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('announcement', '0006_message'),
]
operations = [
migrations.DeleteModel(
name='Message',
),
]