mirror of
https://github.com/Rushilwiz/drive-pipeline.git
synced 2025-04-09 23:10:19 -04:00
20 lines
433 B
Python
20 lines
433 B
Python
# Generated by Django 3.1.2 on 2020-10-24 01:13
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('drive', '0006_response_overall'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='response',
|
|
name='results',
|
|
field=models.ImageField(default=None, upload_to=''),
|
|
preserve_default=False,
|
|
),
|
|
]
|