kopia lustrzana https://github.com/OpenDroneMap/WebODM
17 wiersze
297 B
Python
17 wiersze
297 B
Python
![]() |
# Generated by Django 2.2.27 on 2023-03-23 17:10
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('app', '0033_auto_20230307_1532'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='ImageUpload',
|
||
|
),
|
||
|
]
|