first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 6.0 on 2026-01-12 17:58
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('settings', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='setting',
|
||||
name='linkedin',
|
||||
field=models.CharField(blank=True, default='https://www.linkedin.com', max_length=254, null=True, verbose_name='linkedin'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='setting',
|
||||
name='pinterest',
|
||||
field=models.CharField(blank=True, default='https://www.pinterest.com', max_length=254, null=True, verbose_name='pinterest'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user