force CGU/EULA approval on account creation

This commit is contained in:
imperosol
2026-09-16 09:59:23 +02:00
parent 246909376f
commit 8dbb472865
12 changed files with 79 additions and 63 deletions
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
model_name="permanency",
name="end",
field=models.DateTimeField(
db_index=True, verbose_name="end date", null=True
db_index=True, verbose_name="end date", null=True, blank=True
),
)
]