irie 0.0.0__py3-none-any.whl → 0.0.1__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.
Potentially problematic release.
This version of irie might be problematic. Click here for more details.
- irie/__main__.py +1 -1
- irie/apps/config.py +2 -2
- irie/apps/documents/apps.py +1 -1
- irie/apps/documents/urls.py +1 -1
- irie/apps/evaluation/apps.py +2 -2
- irie/apps/evaluation/daemon.py +2 -2
- irie/apps/evaluation/identification.py +3 -3
- irie/apps/evaluation/models.py +2 -2
- irie/apps/evaluation/views.py +3 -3
- irie/apps/events/apps.py +2 -2
- irie/apps/events/models.py +1 -1
- irie/apps/events/views.py +2 -2
- irie/apps/events/views_events.py +3 -3
- irie/apps/inventory/apps.py +1 -1
- irie/apps/inventory/forms.py +1 -1
- irie/apps/inventory/models.py +2 -2
- irie/apps/inventory/urls.py +1 -1
- irie/apps/inventory/views.py +11 -11
- irie/apps/networks/apps.py +1 -1
- irie/apps/networks/networks.py +1 -1
- irie/apps/networks/urls.py +3 -3
- irie/apps/prediction/apps.py +1 -1
- irie/apps/prediction/forms.py +1 -1
- irie/apps/prediction/models.py +1 -1
- irie/apps/prediction/views.py +4 -4
- irie/apps/prediction/views_api.py +3 -3
- irie/apps/site/config.py +2 -2
- irie/apps/site/urls.py +1 -1
- irie/apps/site/view_sdof.py +1 -1
- irie/core/settings.py +9 -9
- irie/core/urls.py +8 -8
- irie/init/__main__.py +27 -0
- irie/init/bridges.py +1098 -0
- irie/init/calid.py +34 -0
- irie/init/getCGSData.py +104 -0
- irie/init/getCGSevents.py +16 -0
- irie/init/getNBIData.py +201 -0
- irie/init/init_assets.py +172 -0
- irie/init/init_corridors.py +39 -0
- irie/init/init_predictors.py +46 -0
- irie/mgmt.py +24 -0
- {irie-0.0.0.dist-info → irie-0.0.1.dist-info}/METADATA +24 -5
- irie-0.0.1.dist-info/RECORD +109 -0
- irie/apps/authentication/migrations/__init__.py +0 -1
- irie/apps/evaluation/migrations/0001_initial.py +0 -25
- irie/apps/evaluation/migrations/0002_remove_evaluation_cesmd.py +0 -17
- irie/apps/evaluation/migrations/0003_evaluation_asset.py +0 -20
- irie/apps/evaluation/migrations/__init__.py +0 -0
- irie/apps/events/migrations/0001_initial.py +0 -27
- irie/apps/events/migrations/0002_alter_event_id.py +0 -18
- irie/apps/events/migrations/0003_event_cesmd.py +0 -19
- irie/apps/events/migrations/0004_event_record_identifier.py +0 -19
- irie/apps/events/migrations/0005_event_asset.py +0 -21
- irie/apps/events/migrations/0006_alter_event_event_file.py +0 -18
- irie/apps/events/migrations/__init__.py +0 -0
- irie/apps/inventory/migrations/0001_initial.py +0 -31
- irie/apps/inventory/migrations/0002_assetevaluationmodel_cesmd.py +0 -19
- irie/apps/inventory/migrations/0003_auto_20230520_2030.py +0 -23
- irie/apps/inventory/migrations/0004_asset.py +0 -27
- irie/apps/inventory/migrations/0005_auto_20230731_1802.py +0 -23
- irie/apps/inventory/migrations/0006_auto_20230731_1816.py +0 -28
- irie/apps/inventory/migrations/0007_auto_20230731_1827.py +0 -24
- irie/apps/inventory/migrations/0008_asset_is_complete.py +0 -19
- irie/apps/inventory/migrations/0009_auto_20230731_1842.py +0 -29
- irie/apps/inventory/migrations/0010_auto_20230801_0025.py +0 -23
- irie/apps/inventory/migrations/0011_alter_asset_cgs_data.py +0 -18
- irie/apps/inventory/migrations/0012_corridor.py +0 -22
- irie/apps/inventory/migrations/0013_alter_asset_cesmd.py +0 -18
- irie/apps/inventory/migrations/0014_alter_asset_cesmd.py +0 -18
- irie/apps/inventory/migrations/__init__.py +0 -0
- irie/apps/networks/migrations/0001_initial.py +0 -26
- irie/apps/networks/migrations/__init__.py +0 -0
- irie/apps/prediction/migrations/0001_initial.py +0 -32
- irie/apps/prediction/migrations/0002_auto_20230731_1801.py +0 -27
- irie/apps/prediction/migrations/0003_rename_assetevaluationmodel_evaluation.py +0 -18
- irie/apps/prediction/migrations/0004_delete_evaluation.py +0 -16
- irie/apps/prediction/migrations/0005_predictormodel_protocol.py +0 -18
- irie/apps/prediction/migrations/0006_alter_predictormodel_protocol.py +0 -18
- irie/apps/prediction/migrations/0007_predictormodel_active.py +0 -19
- irie/apps/prediction/migrations/0008_predictormodel_description.py +0 -18
- irie/apps/prediction/migrations/0009_predictormodel_entry_point.py +0 -19
- irie/apps/prediction/migrations/0010_alter_predictormodel_entry_point.py +0 -18
- irie/apps/prediction/migrations/0011_remove_predictormodel_entry_point.py +0 -17
- irie/apps/prediction/migrations/0012_predictormodel_entry_point.py +0 -18
- irie/apps/prediction/migrations/0013_predictormodel_metrics.py +0 -18
- irie/apps/prediction/migrations/0014_auto_20240930_0004.py +0 -28
- irie/apps/prediction/migrations/0015_alter_predictormodel_render_file.py +0 -18
- irie/apps/prediction/migrations/__init__.py +0 -0
- irie/apps/site/migrations/__init__.py +0 -1
- irie-0.0.0.dist-info/RECORD +0 -145
- /irie/{apps/documents/migrations → init}/__init__.py +0 -0
- {irie-0.0.0.dist-info → irie-0.0.1.dist-info}/WHEEL +0 -0
- {irie-0.0.0.dist-info → irie-0.0.1.dist-info}/entry_points.txt +0 -0
- {irie-0.0.0.dist-info → irie-0.0.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
irie/__main__.py,sha256=QP2N1G6FkO36pv1R4cEcmY-Ix9VoViuk3BY4sZDvIYM,796
|
|
2
|
+
irie/mgmt.py,sha256=QP2N1G6FkO36pv1R4cEcmY-Ix9VoViuk3BY4sZDvIYM,796
|
|
3
|
+
irie/apps/__init__.py,sha256=wkkNngGxgYcCM745-rlvP6ynrI0b0QN3aWmLWDsR8zU,230
|
|
4
|
+
irie/apps/config.py,sha256=Cwb9-d4rqoPZ7uKHYzTxblo0CS7ee8cP0Aj4CXiZyHw,171
|
|
5
|
+
irie/apps/context_processors.py,sha256=kdMNU9-yK7rd8QWH5KxiKyQufFEmMLfZMRl7G8p7XHk,114
|
|
6
|
+
irie/apps/authentication/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
|
+
irie/apps/authentication/admin.py,sha256=2h43pTXd3NKV8-_fkUEkzkS4zqih0qBLE8q6Yj7fpEg,33
|
|
8
|
+
irie/apps/authentication/config.py,sha256=kZPDGP1IwuN5r3uziuBcOw_HBO7dnBgMEpN-Z0yewpM,112
|
|
9
|
+
irie/apps/authentication/forms.py,sha256=i6WMIXHCqjBxkHXacur_HttuUX37R4U-p60639dRxdQ,1196
|
|
10
|
+
irie/apps/authentication/models.py,sha256=yhjwPd0WMcoVSq9gg3pllug_oWOi5HUYLgEQv63ZsqA,29
|
|
11
|
+
irie/apps/authentication/tests.py,sha256=PSZUTXteVS5Fim2upOndb1HW5Pu7DoC1r25-7_1i-so,33
|
|
12
|
+
irie/apps/authentication/urls.py,sha256=UT0ywKC35jxSw8p9ypoyDs5rU1MU1ofoF8c2O-1fPYs,301
|
|
13
|
+
irie/apps/authentication/views.py,sha256=zKfYx9Jci5dKZn2XbByS7wD1gLKWP2ZDnhTjktoaKBM,1504
|
|
14
|
+
irie/apps/documents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
irie/apps/documents/apps.py,sha256=7OL5KvsJ6mtmzEit6yFZeOnjKPDPfJDnFViTCl7o7J4,184
|
|
16
|
+
irie/apps/documents/documents.py,sha256=bG30AGfv1XicGdpZ3Mi16ReXEL4bt39fYOGkMAgBuZc,1907
|
|
17
|
+
irie/apps/documents/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
|
18
|
+
irie/apps/documents/urls.py,sha256=pf0R5w_aljLBaVRZnasb9xaQ3GaINu3zeRbL_7oXyKo,390
|
|
19
|
+
irie/apps/documents/views.py,sha256=j6T8xXyXzdg1rnTFpq7HVAAVT_282PHGwwDGImSXGQ0,888
|
|
20
|
+
irie/apps/evaluation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
+
irie/apps/evaluation/admin.py,sha256=6yCnxougEoMdQZdo_0lQFBdu-TTcG1JX3laxLLguJho,1378
|
|
22
|
+
irie/apps/evaluation/apps.py,sha256=siqeOaH_tmCU0edSPIWcw_6cmvw5gHWpbeWWbuTUYGM,557
|
|
23
|
+
irie/apps/evaluation/daemon.py,sha256=kck4b4N_7iBmYhgsjphAQD9Xh7PKtInfLgjJgkZ3Gyg,4083
|
|
24
|
+
irie/apps/evaluation/identification.py,sha256=dEooOlRLgc7I2zb6pitubqu37s0xPreXyfeFUHuna7U,6177
|
|
25
|
+
irie/apps/evaluation/models.py,sha256=YANXbgEdt18AyoGXNxKFUD6L1O95_4crQ3Wi7K5YCqc,2315
|
|
26
|
+
irie/apps/evaluation/urls.py,sha256=DnLB-MADpbZZxmdmgPbx2CAvdPv2X0pVgvoJmrYwzr0,483
|
|
27
|
+
irie/apps/evaluation/views.py,sha256=5L4MxdxB6Ygx-AAebUGu8YjiKl91B9QQiSXttJVFf9c,2330
|
|
28
|
+
irie/apps/events/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
+
irie/apps/events/admin.py,sha256=k0XveXjnXzR5WDAhX6sIbFUXLD9fzO1TLhMqllQET4k,317
|
|
30
|
+
irie/apps/events/apps.py,sha256=bhgXBdYftVhVY85TfVa6unob1aCFeQ-Yd_9Ax9tjES8,355
|
|
31
|
+
irie/apps/events/models.py,sha256=F2QrIcWi7x6fqE4i3ZviunKAAHQR3F0EhttSdNHovMo,2351
|
|
32
|
+
irie/apps/events/tests.py,sha256=PSZUTXteVS5Fim2upOndb1HW5Pu7DoC1r25-7_1i-so,33
|
|
33
|
+
irie/apps/events/tests_events.py,sha256=iVNwnlZgqug1MtEIGS_E82wcQ7522m-0q47kreN_D90,8363
|
|
34
|
+
irie/apps/events/urls.py,sha256=UrVmK0NpKvmDNH9Iad4CTbN9KdXaW4W3ZNWxPpiSgUY,1052
|
|
35
|
+
irie/apps/events/views.py,sha256=zCOCgfXgoeeiYfgs2rYP1Mw73mfiuLbAUv2RZF1zynI,1657
|
|
36
|
+
irie/apps/events/views_events.py,sha256=4GAhan7ecZtj0BJ2xlwpDCynq_S28fdK9TcH7YgQ8Lk,7279
|
|
37
|
+
irie/apps/inventory/CESMD.py,sha256=cLtuBhSK14M1VwirCs-oeSOoB4CFFYcTnh38egQqPYg,2549
|
|
38
|
+
irie/apps/inventory/__init__.py,sha256=wkkNngGxgYcCM745-rlvP6ynrI0b0QN3aWmLWDsR8zU,230
|
|
39
|
+
irie/apps/inventory/admin.py,sha256=bwSoY9qzF8VYbVilaKqz8w90QGpDifNo55BVC4JQm8Q,357
|
|
40
|
+
irie/apps/inventory/apps.py,sha256=TYyd1J15HqWsbFo9BSWs4v5CLx2vsH_YgwtAnexjU9U,419
|
|
41
|
+
irie/apps/inventory/calid.py,sha256=3L8MbPIGOE3kzDnqeyY055pRBiF2O2l0cmpuDbTsdTg,3014
|
|
42
|
+
irie/apps/inventory/fields.py,sha256=J3nTImPsuCeiOWBizSL4tnuKs36sPfXALNTKEZY-wVg,79
|
|
43
|
+
irie/apps/inventory/forms.py,sha256=8KaegZRIJlCEpHbdNLWEETfa4x3oGYSE_YTfwUEgyYs,400
|
|
44
|
+
irie/apps/inventory/models.py,sha256=z5IwYEuzX8RV6t3QkrTEmmGG5UWfcwIaJsF5P3oTVbM,2643
|
|
45
|
+
irie/apps/inventory/tables.py,sha256=vZdPOcbN1ibuWXqLwbBUoQw9iavwa1GJ5fd83k8bu7Y,27874
|
|
46
|
+
irie/apps/inventory/traffic.py,sha256=B3PHqn2Pm4AEdUZ_tuA16fuFruo2rm5waMBwLQyF-9g,4490337
|
|
47
|
+
irie/apps/inventory/urls.py,sha256=HS2CiAskdqO4jtTdgywFoSMyYPyH7vB7Vdby5mR4bJk,965
|
|
48
|
+
irie/apps/inventory/views.py,sha256=gIyrli0JcyGAEMylX1-VPCFCV6bhgexpKx3gWb6sMMU,17135
|
|
49
|
+
irie/apps/inventory/archive/arcGIS.py,sha256=vcfsy1be4edOXD1Z3rkUnq9QmCTol7dypdF816Q3B_w,34893
|
|
50
|
+
irie/apps/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
|
+
irie/apps/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
|
+
irie/apps/networks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
|
+
irie/apps/networks/apps.py,sha256=2n3wcdJycQfING8sZ22PkRRRgmWqpqCZIqnAVwffZYA,157
|
|
54
|
+
irie/apps/networks/forms.py,sha256=kzdvssu9GDzDMh3GSL7jN9atluaMV6ha9SdMwfEWIps,2775
|
|
55
|
+
irie/apps/networks/models.py,sha256=VPpupr44AN9IN73goCdyI_yT7i4SfaftkbyjUg9N5mA,515
|
|
56
|
+
irie/apps/networks/networks.py,sha256=dDYSMOSZGaTJzS1-ONnUPk02RICDXJzXT08CK_gmib8,35756
|
|
57
|
+
irie/apps/networks/tests.py,sha256=PSZUTXteVS5Fim2upOndb1HW5Pu7DoC1r25-7_1i-so,33
|
|
58
|
+
irie/apps/networks/urls.py,sha256=M7rqXKSjbK8zWGvCXK-nfPdkCfIcP2HFTZETfwxJ3YQ,589
|
|
59
|
+
irie/apps/networks/views.py,sha256=DDmu1_6WzB2D8c43DYZtnVk5N_g8_3Wtuz9gRXJBAt0,2805
|
|
60
|
+
irie/apps/prediction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
|
+
irie/apps/prediction/admin.py,sha256=WEPTXvwBFzh8m62Y_xusBfzqn0DXAT_wvqhCNefBano,335
|
|
62
|
+
irie/apps/prediction/apps.py,sha256=NJ32eKlTL0dmZggBXSBM_9m0JafMYPBRHhHG0YSmjMk,423
|
|
63
|
+
irie/apps/prediction/forms.py,sha256=mJ7eKfYxw1lRffMuwgPi1I7oAuh7hF3J6KxpA0xJtQk,753
|
|
64
|
+
irie/apps/prediction/metrics.py,sha256=-AW8AnRH4ZL4lhjp0VSBWtQYuKqfkvMmrqLD8iM0mZM,1412
|
|
65
|
+
irie/apps/prediction/models.py,sha256=KDZPz_AQ_9TNe-XxteJTBVkbA1H6CaLe1Q8MZgZQUYA,1468
|
|
66
|
+
irie/apps/prediction/predictor.py,sha256=22zVansyBjkGKsYs7ju-Tl2kmCNSDq6-8ZPu-nM7_ZY,8862
|
|
67
|
+
irie/apps/prediction/urls.py,sha256=1Czwyv3mYG4o-Nb6lL2y_39auEj2yTJ6C6ifbeftIYQ,847
|
|
68
|
+
irie/apps/prediction/views.py,sha256=C9ZyLVayudAyixrw2vEb_-xekRC9J1x_P8ICxsE-yhY,5793
|
|
69
|
+
irie/apps/prediction/views_api.py,sha256=_1FrfiqRlM52G3wRuI6myD7Z1mAP2pbyhZFBo23-c-U,7123
|
|
70
|
+
irie/apps/prediction/runners/__init__.py,sha256=bpWhJn4mQhnoSxJoMsBdPWIYKqlsVHWtRBUnVEy7Tts,16180
|
|
71
|
+
irie/apps/prediction/runners/metrics.py,sha256=HU1V0RYQDXrhTcHqwpnU2KOSl4UPNo9S6QP3sz2VcUY,6428
|
|
72
|
+
irie/apps/prediction/runners/utilities.py,sha256=lHg08C3Hv6WtzZNPvT3LddawgIPWEYu5rIGtoWbao74,9020
|
|
73
|
+
irie/apps/prediction/runners/xmlutils.py,sha256=Q3i5L0Dp_5nRsKRGMr-m_bS03Mxa36Ujb-RvwAmResc,7510
|
|
74
|
+
irie/apps/prediction/runners/zipped.py,sha256=ou2BnxY4WzAzVp3cL9XJUeSJqdijRs-rbcagOsX_Ed0,942
|
|
75
|
+
irie/apps/prediction/runners/opensees/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
|
+
irie/apps/prediction/runners/opensees/schemas/__init__.py,sha256=AMX2Z5F_ltcB6ny1U41aDXIbAmS7wprjcA35j511XBU,1033
|
|
77
|
+
irie/apps/prediction/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
78
|
+
irie/apps/prediction/templatetags/predictor.py,sha256=43MXAC-Y-ex_w9_cdvl4UbkrdlZWN_PUg0NVM8C0rHY,793
|
|
79
|
+
irie/apps/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
|
+
irie/apps/site/admin.py,sha256=2h43pTXd3NKV8-_fkUEkzkS4zqih0qBLE8q6Yj7fpEg,33
|
|
81
|
+
irie/apps/site/config.py,sha256=IbMn6ehpwTvXpeJxLQTNYhdYCAQKpr2bU-2h9ZCmJB8,115
|
|
82
|
+
irie/apps/site/models.py,sha256=EIjVfI3vKdeloNjkmLHRB3UTkYh3EhETvuK-Th5_VM8,73
|
|
83
|
+
irie/apps/site/tests.py,sha256=PSZUTXteVS5Fim2upOndb1HW5Pu7DoC1r25-7_1i-so,33
|
|
84
|
+
irie/apps/site/urls.py,sha256=NZP5FlFVS_CeoxU_CLsFMv2zvtAwsY3bbxCx6MX7Xzs,256
|
|
85
|
+
irie/apps/site/view_sdof.py,sha256=yAWyh-xLvdBbU-FLlyDpNG1hMpFngyQRB-803Ye05kc,1182
|
|
86
|
+
irie/apps/site/view_utils.py,sha256=HAhg32jLBf0nvD4ta_oJ8fUODuc0fHi9khWSeztjtYw,566
|
|
87
|
+
irie/apps/site/views.py,sha256=KRF_SRHP9aCGqocKTNUBGJdq3y2faq3O7AD1xyD4hdM,2888
|
|
88
|
+
irie/apps/site/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
|
+
irie/apps/site/templatetags/indexing.py,sha256=Jc6onTb6xePy4WuKosaKI6xe78TnC1Xf0wy9LcMBqCQ,126
|
|
90
|
+
irie/core/__init__.py,sha256=wkkNngGxgYcCM745-rlvP6ynrI0b0QN3aWmLWDsR8zU,230
|
|
91
|
+
irie/core/asgi.py,sha256=3lVQKFRA4bznM2mWu5Cv24a5H9pfb6YU07q-I_TN0DM,395
|
|
92
|
+
irie/core/settings.py,sha256=XMMobNUFIeX0NuA3ell_RWQGGKT18Td6uFTpMrkwStg,6451
|
|
93
|
+
irie/core/urls.py,sha256=_61X4Z5TkXq554Fr1qGz9jcXRIaTPXSSCPW-y8D8Qb8,1115
|
|
94
|
+
irie/core/wsgi.py,sha256=8dxK789vOoRWm0IatEhNqMgZhov9TlspjM6hOUbjg24,395
|
|
95
|
+
irie/init/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
96
|
+
irie/init/__main__.py,sha256=ya-RfrlXnxStg--GNQPTbV4A00zN68BK7Q9qiHpHqww,576
|
|
97
|
+
irie/init/bridges.py,sha256=6n1BjriDrzNCxG9gq6cZ69iIyY6YwzcdLeB6B6nr4k8,74313
|
|
98
|
+
irie/init/calid.py,sha256=Q6ie1irxm9EiGdxuR2OD05Hffg0UsTWIxQJha-kWkVs,1331
|
|
99
|
+
irie/init/getCGSData.py,sha256=sm7207BAHivyS3nG07BZuD1hQ_9F8UbEBalL41PdP8Q,2777
|
|
100
|
+
irie/init/getCGSevents.py,sha256=4dBkFFJQrUs6gfl1Nj-_R2UOZj0B_T017a6tC7fUHOw,421
|
|
101
|
+
irie/init/getNBIData.py,sha256=xEzM4nCfaRo5QoB90QCezxbOdpKd54UbeFNaymvDhZU,7923
|
|
102
|
+
irie/init/init_assets.py,sha256=YVtwxGn62vUgkYpszlUifufnZ4fb9T7ysiw2wI-QFOk,4613
|
|
103
|
+
irie/init/init_corridors.py,sha256=PyE7tLG4UheAsCYxrtcSrPl6I666BBVTTEM7vb2Bnz4,1036
|
|
104
|
+
irie/init/init_predictors.py,sha256=LNsVShWz-6XBCcJ6lXmUwybUR5tDkmS9KcGUFgtRd8w,1605
|
|
105
|
+
irie-0.0.1.dist-info/METADATA,sha256=bQbSil9XAJ9e29btVocKPpIaZmvtcwc_yFrJEG6IlA0,2463
|
|
106
|
+
irie-0.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
107
|
+
irie-0.0.1.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
|
|
108
|
+
irie-0.0.1.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
|
|
109
|
+
irie-0.0.1.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-08-07 19:20
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
import django.db.models.deletion
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
|
|
9
|
-
initial = True
|
|
10
|
-
|
|
11
|
-
dependencies = [
|
|
12
|
-
('apps_events', '0005_event_asset'),
|
|
13
|
-
]
|
|
14
|
-
|
|
15
|
-
operations = [
|
|
16
|
-
migrations.CreateModel(
|
|
17
|
-
name='Evaluation',
|
|
18
|
-
fields=[
|
|
19
|
-
('id', models.BigAutoField(primary_key=True, serialize=False)),
|
|
20
|
-
('cesmd', models.CharField(max_length=7)),
|
|
21
|
-
('evaluation_data', models.JSONField(default=dict)),
|
|
22
|
-
('event', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='apps_events.event')),
|
|
23
|
-
],
|
|
24
|
-
),
|
|
25
|
-
]
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-08-07 19:21
|
|
2
|
-
|
|
3
|
-
from django.db import migrations
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_evaluation', '0001_initial'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.RemoveField(
|
|
14
|
-
model_name='evaluation',
|
|
15
|
-
name='cesmd',
|
|
16
|
-
),
|
|
17
|
-
]
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2024-01-06 04:32
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
import django.db.models.deletion
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
|
|
9
|
-
dependencies = [
|
|
10
|
-
('apps_inventory', '0011_alter_asset_cgs_data'),
|
|
11
|
-
('apps_evaluation', '0002_remove_evaluation_cesmd'),
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
operations = [
|
|
15
|
-
migrations.AddField(
|
|
16
|
-
model_name='evaluation',
|
|
17
|
-
name='asset',
|
|
18
|
-
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, to='apps_inventory.asset'),
|
|
19
|
-
),
|
|
20
|
-
]
|
|
File without changes
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2022-07-23 00:58
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
initial = True
|
|
9
|
-
|
|
10
|
-
dependencies = [
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
operations = [
|
|
14
|
-
migrations.CreateModel(
|
|
15
|
-
name='Event',
|
|
16
|
-
fields=[
|
|
17
|
-
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
|
18
|
-
('upload_date', models.DateField()),
|
|
19
|
-
('event_file', models.FileField(upload_to='events')),
|
|
20
|
-
('upload_data', models.JSONField(default=dict)),
|
|
21
|
-
('motion_data', models.JSONField(default=dict)),
|
|
22
|
-
],
|
|
23
|
-
options={
|
|
24
|
-
'ordering': ['-id'],
|
|
25
|
-
},
|
|
26
|
-
),
|
|
27
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2022-07-23 01:03
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_events', '0001_initial'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name='event',
|
|
15
|
-
name='id',
|
|
16
|
-
field=models.BigAutoField(primary_key=True, serialize=False),
|
|
17
|
-
),
|
|
18
|
-
]
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2022-07-24 03:06
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_events', '0002_alter_event_id'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AddField(
|
|
14
|
-
model_name='event',
|
|
15
|
-
name='cesmd',
|
|
16
|
-
field=models.CharField(default='CE58658', max_length=7),
|
|
17
|
-
preserve_default=False,
|
|
18
|
-
),
|
|
19
|
-
]
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-03 22:13
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_events', '0003_event_cesmd'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AddField(
|
|
14
|
-
model_name='event',
|
|
15
|
-
name='record_identifier',
|
|
16
|
-
field=models.CharField(default='', max_length=40),
|
|
17
|
-
preserve_default=False,
|
|
18
|
-
),
|
|
19
|
-
]
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:42
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
import django.db.models.deletion
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
|
|
9
|
-
dependencies = [
|
|
10
|
-
('apps_inventory', '0009_auto_20230731_1842'),
|
|
11
|
-
('apps_events', '0004_event_record_identifier'),
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
operations = [
|
|
15
|
-
migrations.AddField(
|
|
16
|
-
model_name='event',
|
|
17
|
-
name='asset',
|
|
18
|
-
field=models.ForeignKey(default=None, on_delete=django.db.models.deletion.CASCADE, to='apps_inventory.asset'),
|
|
19
|
-
preserve_default=False,
|
|
20
|
-
),
|
|
21
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-08-07 19:48
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_events', '0005_event_asset'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name='event',
|
|
15
|
-
name='event_file',
|
|
16
|
-
field=models.FileField(blank=True, upload_to='events'),
|
|
17
|
-
),
|
|
18
|
-
]
|
|
File without changes
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2022-07-24 02:48
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
import django.db.models.deletion
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
|
|
9
|
-
initial = True
|
|
10
|
-
|
|
11
|
-
dependencies = [
|
|
12
|
-
('apps_events', '0002_alter_event_id'),
|
|
13
|
-
]
|
|
14
|
-
|
|
15
|
-
operations = [
|
|
16
|
-
migrations.CreateModel(
|
|
17
|
-
name='AssetModel',
|
|
18
|
-
fields=[
|
|
19
|
-
('id', models.BigAutoField(primary_key=True, serialize=False)),
|
|
20
|
-
('cesmd', models.CharField(max_length=7)),
|
|
21
|
-
],
|
|
22
|
-
),
|
|
23
|
-
migrations.CreateModel(
|
|
24
|
-
name='AssetEvaluationModel',
|
|
25
|
-
fields=[
|
|
26
|
-
('id', models.BigAutoField(primary_key=True, serialize=False)),
|
|
27
|
-
('evaluation_data', models.JSONField(default=dict)),
|
|
28
|
-
('event', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='apps_events.event')),
|
|
29
|
-
],
|
|
30
|
-
),
|
|
31
|
-
]
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2022-07-24 03:06
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0001_initial'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AddField(
|
|
14
|
-
model_name='assetevaluationmodel',
|
|
15
|
-
name='cesmd',
|
|
16
|
-
field=models.CharField(default='CE58658', max_length=7),
|
|
17
|
-
preserve_default=False,
|
|
18
|
-
),
|
|
19
|
-
]
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-05-20 20:30
|
|
2
|
-
|
|
3
|
-
from django.db import migrations
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0002_assetevaluationmodel_cesmd'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.RemoveField(
|
|
14
|
-
model_name='assetevaluationmodel',
|
|
15
|
-
name='event',
|
|
16
|
-
),
|
|
17
|
-
migrations.DeleteModel(
|
|
18
|
-
name='AssetModel',
|
|
19
|
-
),
|
|
20
|
-
migrations.DeleteModel(
|
|
21
|
-
name='AssetEvaluationModel',
|
|
22
|
-
),
|
|
23
|
-
]
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:01
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
initial = True
|
|
9
|
-
|
|
10
|
-
dependencies = [
|
|
11
|
-
('apps_inventory', '0003_auto_20230520_2030'),
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
operations = [
|
|
15
|
-
migrations.CreateModel(
|
|
16
|
-
name='Asset',
|
|
17
|
-
fields=[
|
|
18
|
-
('id', models.BigAutoField(primary_key=True, serialize=False)),
|
|
19
|
-
('cesmd', models.CharField(max_length=7)),
|
|
20
|
-
('calid', models.CharField(max_length=15)),
|
|
21
|
-
('motion_data', models.JSONField(default=dict)),
|
|
22
|
-
],
|
|
23
|
-
options={
|
|
24
|
-
'ordering': ['-id'],
|
|
25
|
-
},
|
|
26
|
-
),
|
|
27
|
-
]
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:02
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0004_asset'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.RenameField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
old_name='motion_data',
|
|
16
|
-
new_name='cesmd_data',
|
|
17
|
-
),
|
|
18
|
-
migrations.AddField(
|
|
19
|
-
model_name='asset',
|
|
20
|
-
name='fhwa_data',
|
|
21
|
-
field=models.JSONField(default=dict),
|
|
22
|
-
),
|
|
23
|
-
]
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:16
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0005_auto_20230731_1802'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AddField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
name='name',
|
|
16
|
-
field=models.CharField(blank=True, max_length=100),
|
|
17
|
-
),
|
|
18
|
-
migrations.AlterField(
|
|
19
|
-
model_name='asset',
|
|
20
|
-
name='cesmd_data',
|
|
21
|
-
field=models.JSONField(blank=True, default=dict),
|
|
22
|
-
),
|
|
23
|
-
migrations.AlterField(
|
|
24
|
-
model_name='asset',
|
|
25
|
-
name='fhwa_data',
|
|
26
|
-
field=models.JSONField(blank=True, default=dict),
|
|
27
|
-
),
|
|
28
|
-
]
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:27
|
|
2
|
-
|
|
3
|
-
import django.core.validators
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
|
|
9
|
-
dependencies = [
|
|
10
|
-
('apps_inventory', '0006_auto_20230731_1816'),
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
operations = [
|
|
14
|
-
migrations.AddField(
|
|
15
|
-
model_name='asset',
|
|
16
|
-
name='bridge_sensors',
|
|
17
|
-
field=models.CharField(blank=True, max_length=200, validators=[django.core.validators.int_list_validator]),
|
|
18
|
-
),
|
|
19
|
-
migrations.AddField(
|
|
20
|
-
model_name='asset',
|
|
21
|
-
name='ground_sensors',
|
|
22
|
-
field=models.CharField(blank=True, max_length=200, validators=[django.core.validators.int_list_validator]),
|
|
23
|
-
),
|
|
24
|
-
]
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:30
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0007_auto_20230731_1827'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AddField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
name='is_complete',
|
|
16
|
-
field=models.BooleanField(default=False),
|
|
17
|
-
preserve_default=False,
|
|
18
|
-
),
|
|
19
|
-
]
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-07-31 18:42
|
|
2
|
-
|
|
3
|
-
import django.core.validators
|
|
4
|
-
from django.db import migrations, models
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class Migration(migrations.Migration):
|
|
8
|
-
|
|
9
|
-
dependencies = [
|
|
10
|
-
('apps_inventory', '0008_asset_is_complete'),
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
operations = [
|
|
14
|
-
migrations.AlterField(
|
|
15
|
-
model_name='asset',
|
|
16
|
-
name='bridge_sensors',
|
|
17
|
-
field=models.CharField(blank=True, help_text='Comma-separated list of bridge channel numbers', max_length=200, validators=[django.core.validators.int_list_validator]),
|
|
18
|
-
),
|
|
19
|
-
migrations.AlterField(
|
|
20
|
-
model_name='asset',
|
|
21
|
-
name='ground_sensors',
|
|
22
|
-
field=models.CharField(blank=True, help_text='Comma-separated list of ground channel numbers', max_length=200, validators=[django.core.validators.int_list_validator]),
|
|
23
|
-
),
|
|
24
|
-
migrations.AlterField(
|
|
25
|
-
model_name='asset',
|
|
26
|
-
name='is_complete',
|
|
27
|
-
field=models.BooleanField(help_text='Is the asset a complete digital twin'),
|
|
28
|
-
),
|
|
29
|
-
]
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-08-01 00:25
|
|
2
|
-
|
|
3
|
-
from django.db import migrations
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0009_auto_20230731_1842'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.RenameField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
old_name='cesmd_data',
|
|
16
|
-
new_name='cgs_data',
|
|
17
|
-
),
|
|
18
|
-
migrations.RenameField(
|
|
19
|
-
model_name='asset',
|
|
20
|
-
old_name='fhwa_data',
|
|
21
|
-
new_name='nbi_data',
|
|
22
|
-
),
|
|
23
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Generated by Django 3.2.13 on 2023-08-01 02:34
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0010_auto_20230801_0025'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
name='cgs_data',
|
|
16
|
-
field=models.JSONField(blank=True, default=list),
|
|
17
|
-
),
|
|
18
|
-
]
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# Generated by Django 5.1 on 2024-11-08 05:48
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0011_alter_asset_cgs_data'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.CreateModel(
|
|
14
|
-
name='Corridor',
|
|
15
|
-
fields=[
|
|
16
|
-
('id', models.BigAutoField(primary_key=True, serialize=False)),
|
|
17
|
-
('name', models.CharField(max_length=20)),
|
|
18
|
-
('route', models.CharField(blank=True, max_length=100)),
|
|
19
|
-
('assets', models.ManyToManyField(related_name='corridors', to='apps_inventory.asset')),
|
|
20
|
-
],
|
|
21
|
-
),
|
|
22
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Generated by Django 5.1 on 2024-11-08 07:18
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0012_corridor'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
name='cesmd',
|
|
16
|
-
field=models.CharField(blank=True, max_length=7),
|
|
17
|
-
),
|
|
18
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Generated by Django 5.1 on 2024-11-08 07:20
|
|
2
|
-
|
|
3
|
-
from django.db import migrations, models
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class Migration(migrations.Migration):
|
|
7
|
-
|
|
8
|
-
dependencies = [
|
|
9
|
-
('apps_inventory', '0013_alter_asset_cesmd'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
operations = [
|
|
13
|
-
migrations.AlterField(
|
|
14
|
-
model_name='asset',
|
|
15
|
-
name='cesmd',
|
|
16
|
-
field=models.CharField(blank=True, max_length=7, null=True),
|
|
17
|
-
),
|
|
18
|
-
]
|
|
File without changes
|