19 lines
503 B
Python
19 lines
503 B
Python
# Generated by Django 4.1.1 on 2022-11-02 06:32
|
||
|
||
from django.db import migrations, models
|
||
|
||
|
||
class Migration(migrations.Migration):
|
||
|
||
dependencies = [
|
||
('main', '0023_contracts_paymenе_date1_contracts_paymenе_date2_and_more'),
|
||
]
|
||
|
||
operations = [
|
||
migrations.AddField(
|
||
model_name='sertificates',
|
||
name='scan',
|
||
field=models.FileField(blank=True, upload_to='pdf/sertificates/%Y/%m/', verbose_name='Скан документа'),
|
||
),
|
||
]
|