GNXSOFT.COM

This commit is contained in:
Iliyan Angelov
2025-09-26 00:15:37 +03:00
commit fe26b7cca4
16323 changed files with 2011881 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 4.2.7 on 2025-09-25 08:30
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('services', '0003_service_category_service_deliverables_and_more'),
]
operations = [
migrations.AddField(
model_name='service',
name='process_steps',
field=models.TextField(blank=True, help_text='Process steps in JSON format or comma-separated'),
),
]