[Feature] Admin Actions for Activation and Affiliation Request (#372)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#372
This commit is contained in:
2026-04-22 08:36:31 +12:00
parent 689f7998eb
commit fec26d0233
3 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 6.0.3 on 2026-04-21 19:56
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("epdb", "0023_alter_compoundstructure_options_and_more"),
]
operations = [
migrations.AddField(
model_name="user",
name="contacted",
field=models.BooleanField(blank=True, null=True),
),
]