You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
362 B
Python

# Generated by Django 4.1.4 on 2022-12-26 15:17
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('mensaviewer', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='menu',
name='date',
field=models.DateField(),
),
]