endoreg-db 0.4.3__py3-none-any.whl → 0.4.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- endoreg_db/migrations/0006_alter_rawpdffile_file.py +20 -0
- {endoreg_db-0.4.3.dist-info → endoreg_db-0.4.4.dist-info}/METADATA +1 -1
- {endoreg_db-0.4.3.dist-info → endoreg_db-0.4.4.dist-info}/RECORD +5 -4
- {endoreg_db-0.4.3.dist-info → endoreg_db-0.4.4.dist-info}/LICENSE +0 -0
- {endoreg_db-0.4.3.dist-info → endoreg_db-0.4.4.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Generated by Django 5.1.1 on 2024-10-01 16:31
|
|
2
|
+
|
|
3
|
+
import django.core.files.storage
|
|
4
|
+
import django.core.validators
|
|
5
|
+
from django.db import migrations, models
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Migration(migrations.Migration):
|
|
9
|
+
|
|
10
|
+
dependencies = [
|
|
11
|
+
('endoreg_db', '0005_uploadedfile_alter_rawpdffile_file_anonymizedfile'),
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
operations = [
|
|
15
|
+
migrations.AlterField(
|
|
16
|
+
model_name='rawpdffile',
|
|
17
|
+
name='file',
|
|
18
|
+
field=models.FileField(storage=django.core.files.storage.FileSystemStorage(location='/home/agl-admin/dev/agl-monitor-flake/agl_monitor/erc_data/raw_pdf'), upload_to='raw_pdf/', validators=[django.core.validators.FileExtensionValidator(allowed_extensions=['pdf'])]),
|
|
19
|
+
),
|
|
20
|
+
]
|
|
@@ -149,6 +149,7 @@ endoreg_db/migrations/0002_anonymizedimagelabel_anonymousimageannotation_and_mor
|
|
|
149
149
|
endoreg_db/migrations/0003_anonymousimageannotation_original_image_url_and_more.py,sha256=bTb9_FfQBNHYLq1tKw1qmem9xsecRv-z1-aWcl9ig4k,1319
|
|
150
150
|
endoreg_db/migrations/0004_alter_rawpdffile_file.py,sha256=B1LxaapxDnzs08ScrXh1pM_KC2hHHyEHGce_0Ciaex8,712
|
|
151
151
|
endoreg_db/migrations/0005_uploadedfile_alter_rawpdffile_file_anonymizedfile.py,sha256=yhQhScntZgPdMpci2aWfGk3qzvSUS9asDfMFyMlIL2U,1776
|
|
152
|
+
endoreg_db/migrations/0006_alter_rawpdffile_file.py,sha256=H8Ky5YZm3mQexgPQt8bhtB_Knd3n7nlgTXFsiCp5SEA,712
|
|
152
153
|
endoreg_db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
153
154
|
endoreg_db/models/__init__.py,sha256=EH4g6EvT8AbEtcVcTj8AUtjGP3sQtQw7M34I_g_IGP4,1512
|
|
154
155
|
endoreg_db/models/ai_model/__init__.py,sha256=rh5npLRGml5iiRocx359gsaA82pGJTW7wdVAfnbZP6w,106
|
|
@@ -308,7 +309,7 @@ endoreg_db/utils/ocr.py,sha256=LvyABxX5OZhIeXw2pI6af8_xTj7nHQQoKGh5kNsrv7o,7136
|
|
|
308
309
|
endoreg_db/utils/uuid.py,sha256=T4HXqYtKwXFqE5kPyvlgWHyllBBF6LL6N48nl9TpwBk,53
|
|
309
310
|
endoreg_db/utils/video_metadata.py,sha256=HDyXxAeNQOK3cGzQ06xosmObzEnJBARuKjwz9vmmRIM,2613
|
|
310
311
|
endoreg_db/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
|
|
311
|
-
endoreg_db-0.4.
|
|
312
|
-
endoreg_db-0.4.
|
|
313
|
-
endoreg_db-0.4.
|
|
314
|
-
endoreg_db-0.4.
|
|
312
|
+
endoreg_db-0.4.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
313
|
+
endoreg_db-0.4.4.dist-info/METADATA,sha256=mtTXdgXm7aAq-VemmXr4_QlUUeWPqxi9sDAWCXCVoFc,998
|
|
314
|
+
endoreg_db-0.4.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
315
|
+
endoreg_db-0.4.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|