parent
f592b7813f
commit
f40e09e25b
4 changed files with 22 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# 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), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue