Files
2020-dq/dicquo/web/migrations/0004_alter_tbdictumandquotes_options.py
erjemin 81efaf1ba5
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 28s
fix: correct volume path in docker-compose.prod.yml and add model migration
2026-03-19 23:34:55 +03:00

18 lines
471 B
Python

# Generated by Django 6.0.2 on 2026-03-19 20:34
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('web', '0003_alter_tbdictumandquotes_btypograph_and_more'),
]
operations = [
migrations.AlterModelOptions(
name='tbdictumandquotes',
options={'ordering': ['-id'], 'verbose_name': 'ВЫСКАЗЫВАНИЕ', 'verbose_name_plural': 'ВЫСКАЗЫВАНИЯ'},
),
]