first commit
This commit is contained in:
21
business/migrations/0003_userinfoimage_resume.py
Normal file
21
business/migrations/0003_userinfoimage_resume.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2018-04-01 14:13
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
import utils.basemodels
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('business', '0002_appconfiginfo_file_fields'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='userinfoimage',
|
||||
name='resume',
|
||||
field=models.FileField(blank=True, help_text='简历', null=True, upload_to=utils.basemodels.ModelHelper.upload_path, verbose_name='简历'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user