feat: improve customer address views
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Generated by Django 5.1.4 on 2025-01-19 10:33
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("web", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="websettings",
|
||||
name="logo_240",
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="websettings",
|
||||
name="logo_256",
|
||||
field=models.ImageField(
|
||||
blank=True, null=True, upload_to="assets", verbose_name="logo 256x256"
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user