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
414 B
Python
19 lines
414 B
Python
# Generated by Django 4.0.1 on 2025-02-25 00:11
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('startpage', '0004_link'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='link',
|
|
name='description',
|
|
field=models.TextField(blank=True, default='', verbose_name='Description'),
|
|
),
|
|
]
|