first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.1 on 2025-10-04 00:19
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('socials', '0006_remove_sociallink_cid_alter_sociallink_rt_link_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='sociallink',
|
||||
options={'ordering': ['-created_at'], 'verbose_name_plural': 'Social Links'},
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='sociallink',
|
||||
name='platform',
|
||||
field=models.CharField(default='bluesky', max_length=16),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user