19 lines
427 B
Python
19 lines
427 B
Python
# Generated by Django 4.2.23 on 2025-06-23 15:47
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('siteconfig', '0004_friendshiplink'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='siteconfig',
|
|
name='icp',
|
|
field=models.CharField(default='', max_length=255, verbose_name='ICP备案号'),
|
|
),
|
|
]
|