first commit
This commit is contained in:
18
home/migrations/0002_home_video.py
Normal file
18
home/migrations/0002_home_video.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0 on 2026-01-12 18:03
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('home', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='home',
|
||||
name='video',
|
||||
field=models.URLField(blank=True, default='https://www.youtube.com/watch?v=6zM4p_A0ISk', null=True, verbose_name='Video Url'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user