This commit is contained in:
SDE
2023-05-16 17:14:16 +03:00
commit c17da7eaab
157 changed files with 14503 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 2.2.16 on 2022-11-11 18:37
from django.db import migrations
import files_widget.fields
class Migration(migrations.Migration):
dependencies = [
('files_widget', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='fileicon',
name='image',
field=files_widget.fields.ImageField(max_length=200),
),
]