minor bugfix, UI fix

This commit is contained in:
2025-08-03 14:16:52 +09:00
parent 1d659ea5ee
commit 842710fe5c
4 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1.6 on 2025-08-03 05:05
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('webapp', '0008_invoice_used'),
]
operations = [
migrations.AlterModelOptions(
name='apisettings',
options={'verbose_name': 'Настройка API', 'verbose_name_plural': 'Настройки API'},
),
]