feat: added new setting to debug redsys
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.4 on 2025-02-19 17:43
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("shop", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="shopsettings",
|
||||
name="debug",
|
||||
field=models.BooleanField(default=True, verbose_name="Modo depuración"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user