18 lines
412 B
Python
18 lines
412 B
Python
# 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'},
|
|
),
|
|
]
|