Add App Contracts
This commit is contained in:
17
contracts/migrations/0014_alter_paragraph_options.py
Normal file
17
contracts/migrations/0014_alter_paragraph_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 6.0.1 on 2026-02-19 08:50
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('contracts', '0013_alter_contract_unique_together'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='paragraph',
|
||||
options={'ordering': ['-date'], 'verbose_name_plural': 'Paragraphs'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user