description

This commit is contained in:
Egor Matveev
2022-01-22 12:04:30 +03:00
parent 2ecc839ec5
commit cabbace972
5 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.2.4 on 2022-01-22 09:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('Main', '0014_auto_20220120_1648'),
]
operations = [
migrations.AddField(
model_name='set',
name='description',
field=models.TextField(default=''),
),
]