trying to fix things

This commit is contained in:
vabene1111
2021-07-03 21:31:18 +02:00
parent 554c862e6b
commit 168c6e3938
3 changed files with 33 additions and 12 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 3.2.4 on 2021-07-03 08:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0144_alter_userpreference_search_style'),
]
operations = [
migrations.AlterField(
model_name='userpreference',
name='use_fractions',
field=models.BooleanField(default=False),
),
]