Add App Contracts

This commit is contained in:
2026-02-19 22:48:53 -05:00
parent a841e4885e
commit 222bf97d0b
30 changed files with 1177 additions and 4 deletions

View 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'},
),
]