Ještě migrace
— LEdo
This commit is contained in:
parent
d129f8a764
commit
44766efe2a
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
# Generated by Django 4.2.16 on 2024-11-12 20:47
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
import soustredeni.models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('soustredeni', '0012_soustredeni_kontaktnicek_vcf_and_more'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='soustredeni',
|
||||||
|
name='kontaktnicek_pdf',
|
||||||
|
field=models.FileField(blank=True, null=True, upload_to=soustredeni.models.generate_filemane_pdf, verbose_name='kontaktníček pdf'),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='soustredeni',
|
||||||
|
name='kontaktnicek_vcf',
|
||||||
|
field=models.FileField(blank=True, null=True, upload_to=soustredeni.models.generate_filename_vcf, verbose_name='kontaktníček vcf'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue