faq frontend typeguards

This commit is contained in:
2025-05-15 19:50:13 +03:00
parent fd5caada23
commit ac8c3a33ed
11 changed files with 165 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.2.1 on 2025-05-15 16:45
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('sitemanagement', '0003_alter_news_content_alter_news_title_and_more'),
]
operations = [
migrations.AddField(
model_name='news',
name='slug',
field=models.SlugField(blank=True, null=True),
),
]