faq frontend typeguards
This commit is contained in:
18
backend/sitemanagement/migrations/0004_news_slug.py
Normal file
18
backend/sitemanagement/migrations/0004_news_slug.py
Normal 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),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user