Recommendations are now generated by AI, changed format for key findings, risks names are now bold

This commit is contained in:
2025-08-11 21:51:21 +02:00
parent 2d2dc7ed14
commit e68a0f615a
5 changed files with 89 additions and 26 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.1.3 on 2025-08-11 18:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0018_rename_paymentcode_democode'),
]
operations = [
migrations.AddField(
model_name='document',
name='recomendations',
field=models.TextField(blank=True, help_text='Recommendations', null=True),
),
]