mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 21:59:40 +00:00
jira-9 and jira-12 sendgrid and upload images in alibaba bucket
This commit is contained in:
18
junior/migrations/0003_junior_image.py
Normal file
18
junior/migrations/0003_junior_image.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.2 on 2023-06-28 10:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('junior', '0002_junior_country_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='junior',
|
||||
name='image',
|
||||
field=models.ImageField(blank=True, default=None, null=True, upload_to='images/'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user