0.0.12 services for section
This commit is contained in:
18
ServicesApp/migrations/0002_alter_service_url.py
Normal file
18
ServicesApp/migrations/0002_alter_service_url.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.7 on 2023-11-26 19:55
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ServicesApp', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='service',
|
||||
name='url',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='URL привязанной страницы'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user