images fix
This commit is contained in:
18
backend/sitemanagement/migrations/0008_alter_news_slug.py
Normal file
18
backend/sitemanagement/migrations/0008_alter_news_slug.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.1 on 2025-05-16 08:47
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('sitemanagement', '0007_alter_news_slug_alter_news_titleimage'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='news',
|
||||
name='slug',
|
||||
field=models.SlugField(blank=True, editable=False, max_length=500, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user