[widgets] Add first run at widgets
All checks were successful
build & deploy / test (push) Successful in 2m36s
build & deploy / deploy (push) Successful in 29s

This commit is contained in:
2026-03-20 13:11:25 -04:00
parent 7a74f7f882
commit 64ec3c1cca
10 changed files with 600 additions and 119 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.29 on 2026-03-20 16:52
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("profiles", "0028_alter_userprofile_timezone"),
]
operations = [
migrations.AddField(
model_name="userprofile",
name="enable_public_widgets",
field=models.BooleanField(default=False),
),
]