chore: docs and added new field for tpv domain
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 5.1.4 on 2025-01-13 08:05
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("shop", "0003_order_shipping_method_alter_payment_order"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="shopsettings",
|
||||
name="tpv_domain",
|
||||
field=models.URLField(
|
||||
blank=True, max_length=128, null=True, verbose_name="dominio del tpv"
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user