Updated migrations

This commit is contained in:
2022-11-02 23:49:56 +03:00
parent 068671bc9f
commit 0f9b2cffda
29 changed files with 110 additions and 579 deletions
@@ -0,0 +1,17 @@
# Generated by Django 4.0.5 on 2022-11-02 19:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('faerun_calendar', '0002_event_description'),
]
operations = [
migrations.RemoveField(
model_name='event',
name='description',
),
]