1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 01:58:24 +02:00

Add messages for better understanding

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2023-03-24 11:50:10 +01:00
parent dec9f9be11
commit c9fcfcf498
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 4.1.7 on 2023-03-24 10:46
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("draw", "0004_remove_teamdraw_index_teamdraw_choose_index_and_more"),
]
operations = [
migrations.AddField(
model_name="draw",
name="last_message",
field=models.TextField(blank=True, default="", verbose_name="last message"),
),
]