You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
449 B
18 lines
449 B
# Generated by Django 2.0.7 on 2018-12-03 18:14
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('config', '0010_auto_20180820_0853'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='config',
|
|
name='MAIN_PAGE_VIDEO_URL',
|
|
field=models.URLField(default='https://www.youtube.com/embed/1w3amQGtQyc', max_length=126),
|
|
),
|
|
]
|
|
|