|
# Generated by Django 2.2.12 on 2020-05-19 02:41
from django.db import migrations, models
import django_models_ext.fileext
class Migration(migrations.Migration):
dependencies = [
('live', '0004_auto_20200518_2323'),
]
operations = [
migrations.AddField(
model_name='anchorinfo',
name='banner',
field=models.ImageField(blank=True, help_text='主播 Banner图', upload_to=django_models_ext.fileext.upload_path, verbose_name='banner'),
),
]
|