You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
431 B
Python
19 lines
431 B
Python
# Generated by Django 4.0.1 on 2024-11-17 23:31
|
|
|
|
import utils
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("mailer", "0003_alter_message_options"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="attachment",
|
|
name="f",
|
|
field=utils.RestrictedFileField(upload_to="attachments", verbose_name="file"),
|
|
),
|
|
]
|