分支机构的项目管理,基于Django
This commit is contained in:
18
fzjgact/huodong/migrations/0017_branch_equipment_image.py
Normal file
18
fzjgact/huodong/migrations/0017_branch_equipment_image.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2025-06-12 09:05
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('huodong', '0016_alter_contact_category'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='branch',
|
||||
name='equipment_image',
|
||||
field=models.ImageField(blank=True, null=True, upload_to='equipment_room_images/', verbose_name='设备间图片'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user