fix: cleanup
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 6.0.2 on 2026-03-20 08:37
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('web', '0004_websettings_logo_32_websettings_logo_64'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='websettings',
|
||||
name='favicon_16',
|
||||
field=models.ImageField(blank=True, null=True, upload_to='assets', verbose_name='favicon 16x16'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='websettings',
|
||||
name='favicon_32',
|
||||
field=models.ImageField(blank=True, null=True, upload_to='assets', verbose_name='favicon 32x32'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user