mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-09 15:00:20 -04:00
19 lines
408 B
Python
19 lines
408 B
Python
# Generated by Django 3.1.2 on 2020-10-24 01:16
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('drive', '0007_response_results'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='response',
|
|
name='results',
|
|
field=models.ImageField(blank=True, null=True, upload_to=''),
|
|
),
|
|
]
|