You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
445 B
Python
19 lines
445 B
Python
# Generated by Django 4.0.1 on 2024-11-23 17:00
|
|
|
|
from django.db import migrations
|
|
from django.db import models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("startpage", "0001_initial"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="section",
|
|
name="show_in_navigation",
|
|
field=models.BooleanField(default=True, verbose_name="Show in navigation"),
|
|
),
|
|
]
|