stash
All checks were successful
/ test (push) Successful in 57s

This commit is contained in:
j3d1 2024-11-19 23:03:44 +01:00
parent d842c2af72
commit 04636a6408
20 changed files with 206 additions and 673 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 4.2.7 on 2024-11-18 01:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('mail', '0006_email_raw_file'),
]
operations = [
migrations.AlterField(
model_name='eventaddress',
name='address',
field=models.CharField(max_length=255, unique=True),
),
]