Nav apraksta

0045_auto_20200304_1826.py 935B

    # -*- coding: utf-8 -*- # Generated by Django 1.11.28 on 2020-03-04 10:26 from __future__ import unicode_literals from django.db import migrations, models import django_models_ext.fileext class Migration(migrations.Migration): dependencies = [ ('mch', '0044_modelcamerabodyinfo_camera_brand_name'), ] operations = [ migrations.AddField( model_name='modelcamerabodyinfo', name='camera_image', field=models.ImageField(blank=True, help_text='\u673a\u8eab\u56fe\u7247', null=True, upload_to=django_models_ext.fileext.upload_path, verbose_name='camera_image'), ), migrations.AddField( model_name='modelcamerabodyinfo', name='model_image', field=models.ImageField(blank=True, help_text='\u955c\u5934\u56fe\u7247', null=True, upload_to=django_models_ext.fileext.upload_path, verbose_name='model_image'), ), ]