init
This commit is contained in:
19
files_widget/migrations/0002_auto_20221111_1837.py
Normal file
19
files_widget/migrations/0002_auto_20221111_1837.py
Normal 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),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user