This commit is contained in:
2024-11-19 13:00:24 +07:00
commit 45e3c1f698
3462 changed files with 617437 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 4.2.4 on 2023-09-02 15:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('home', '0010_alter_servicesection_detail_page_description_and_more'),
]
operations = [
migrations.AddField(
model_name='projectcategory',
name='slug',
field=models.SlugField(blank=True, null=True),
),
]