moved demo to space setting

This commit is contained in:
vabene1111
2021-06-04 16:56:18 +02:00
parent 6fc0c02674
commit 02c5aed0a3
5 changed files with 22 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.2.3 on 2021-06-04 14:52
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0124_alter_userpreference_theme'),
]
operations = [
migrations.AddField(
model_name='space',
name='demo',
field=models.BooleanField(default=False),
),
]