meta-edc 1.2.4__py3-none-any.whl → 1.2.6__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 meta-edc might be problematic. Click here for more details.
- meta_edc/settings/debug.py +5 -2
- meta_edc/settings/defaults.py +5 -0
- meta_edc/settings/live.py +1 -0
- {meta_edc-1.2.4.dist-info → meta_edc-1.2.6.dist-info}/METADATA +5 -5
- {meta_edc-1.2.4.dist-info → meta_edc-1.2.6.dist-info}/RECORD +7 -7
- {meta_edc-1.2.4.dist-info → meta_edc-1.2.6.dist-info}/WHEEL +1 -1
- {meta_edc-1.2.4.dist-info → meta_edc-1.2.6.dist-info}/licenses/LICENSE +0 -0
meta_edc/settings/debug.py
CHANGED
|
@@ -7,10 +7,13 @@ from .defaults import * # noqa
|
|
|
7
7
|
|
|
8
8
|
sys.stdout.write(f"Settings file {__file__}\n")
|
|
9
9
|
|
|
10
|
+
# clear cache after changing site, for example:
|
|
11
|
+
# from django.core.cache import cache
|
|
12
|
+
# cache.clear()
|
|
10
13
|
# TZ Sites:
|
|
11
|
-
|
|
14
|
+
SITE_ID = SiteID(default=20) # Amana
|
|
12
15
|
# SITE_ID = SiteID(default=10) # Hindu Mandal
|
|
13
|
-
SITE_ID = SiteID(default=40) # Mwananyamala
|
|
16
|
+
# SITE_ID = SiteID(default=40) # Mwananyamala
|
|
14
17
|
# SITE_ID = SiteID(default=50) # Mbagala
|
|
15
18
|
# SITE_ID = SiteID(default=60) # Mnazi-Moja
|
|
16
19
|
# SITE_ID = SiteID(default=30) # Temeke
|
meta_edc/settings/defaults.py
CHANGED
|
@@ -521,6 +521,9 @@ DATA_DICTIONARY_APP_LABELS = [
|
|
|
521
521
|
# edc_form_runners
|
|
522
522
|
EDC_FORM_RUNNERS_ENABLED = False
|
|
523
523
|
|
|
524
|
+
# edc_pdf_reports
|
|
525
|
+
EDC_PDF_REPORTS_DRAW_LOGO = False
|
|
526
|
+
|
|
524
527
|
# edc_protocol
|
|
525
528
|
EDC_PROTOCOL = env.str("EDC_PROTOCOL")
|
|
526
529
|
EDC_PROTOCOL_INSTITUTION_NAME = env.str("EDC_PROTOCOL_INSTITUTION_NAME")
|
|
@@ -596,3 +599,5 @@ if "test" in sys.argv:
|
|
|
596
599
|
|
|
597
600
|
|
|
598
601
|
META_SPFQ_LIST_FILENAME = env.str("META_SPFQ_LIST_FILENAME")
|
|
602
|
+
# edc_pdf_reports
|
|
603
|
+
EDC_PDF_REPORTS_DRAW_LOGO = False
|
meta_edc/settings/live.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meta-edc
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.6
|
|
4
4
|
Summary: META Trial EDC (https://www.isrctn.com/ISRCTN76157257)
|
|
5
5
|
Keywords: django,clinicedc,META EDC,EDC,clinical trials,META Trial,ISRCTN76157257
|
|
6
6
|
Author: Erik van Widenfelt, Jonathan Willitts
|
|
@@ -15,7 +15,7 @@ Classifier: Intended Audience :: Science/Research
|
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
-
Requires-Dist: clinicedc>=2.0.
|
|
18
|
+
Requires-Dist: clinicedc>=2.0.39
|
|
19
19
|
Requires-Dist: edc-he>=1.2.0
|
|
20
20
|
Requires-Dist: edc-microscopy>=1.2.0
|
|
21
21
|
Requires-Dist: edc-mnsi>=1.2.0
|
|
@@ -89,8 +89,8 @@ Assuming you are logged into the account ``myaccount``:
|
|
|
89
89
|
mkdir ~/edc && \
|
|
90
90
|
cd ~/edc && \
|
|
91
91
|
uv venv && \
|
|
92
|
-
uv pip install -U meta-edc==1.2.
|
|
93
|
-
wget https://raw.githubusercontent.com/meta-trial/meta-edc/1.2.
|
|
92
|
+
uv pip install -U meta-edc==1.2.5 && \
|
|
93
|
+
wget https://raw.githubusercontent.com/meta-trial/meta-edc/1.2.5/manage.py && \
|
|
94
94
|
uv pip freeze | grep meta-edc
|
|
95
95
|
|
|
96
96
|
Copy your ``.env`` file to ``~/.etc``.
|
|
@@ -140,7 +140,7 @@ From the above example:
|
|
|
140
140
|
|
|
141
141
|
cd ~/edc && \
|
|
142
142
|
uv venv --clear && \
|
|
143
|
-
uv pip install -U meta-edc==1.2.
|
|
143
|
+
uv pip install -U meta-edc==1.2.5 && \
|
|
144
144
|
wget -O manage.py https://raw.githubusercontent.com/meta-trial/meta-edc/1.1.10/manage.py && \
|
|
145
145
|
uv pip freeze | grep meta-edc && \
|
|
146
146
|
python manage.py check
|
|
@@ -230,9 +230,9 @@ meta_edc/model_callers.py,sha256=PjQEW7Kp5HHcUMdmz7dvxg53HvGJHXUKr6QTd-4hsyE,133
|
|
|
230
230
|
meta_edc/models.py,sha256=DLA-hDdFszAVNCe1sZqVoLmIXifFW0HeZsipP9D1Ic4,46
|
|
231
231
|
meta_edc/navbars.py,sha256=Rl2a62elRVTbkGVV9toYwwT388TE1BI7-1j1w2v1m-I,1208
|
|
232
232
|
meta_edc/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
233
|
-
meta_edc/settings/debug.py,sha256=
|
|
234
|
-
meta_edc/settings/defaults.py,sha256=
|
|
235
|
-
meta_edc/settings/live.py,sha256=
|
|
233
|
+
meta_edc/settings/debug.py,sha256=9QOu1wIjY-HpvyoNAnDByLFt5ao2ZKrb1Nc99A2gF18,1415
|
|
234
|
+
meta_edc/settings/defaults.py,sha256=LlN2sKPiPQuuH-yiY4i6dWATUwMRCpaXK9ZiU0GKMDs,20486
|
|
235
|
+
meta_edc/settings/live.py,sha256=vhlewV0mOBhnJkU7NWPDRst-By9LM1kVxPFPyGqAHTI,314
|
|
236
236
|
meta_edc/settings/logging.py,sha256=7RQ2guyuMhK3MtoojmnD0CVqiFZZ6ZT6zc7Rwn0nYGk,2115
|
|
237
237
|
meta_edc/settings/minimal.py,sha256=ZZM7hZ-3AH33nGpLJLbYgs50oa5meKv_aGShidnm9G0,511
|
|
238
238
|
meta_edc/settings/uat.py,sha256=kA6Aw2qDeh6gXNJgtiR93D0rWmBNHswcrufPk40RYhc,295
|
|
@@ -1146,7 +1146,7 @@ meta_visit_schedule/visit_schedules/phase_three/schedule.py,sha256=LU1HRaV6o1UeK
|
|
|
1146
1146
|
meta_visit_schedule/visit_schedules/phase_three/schedule_dm_referral.py,sha256=q12p5wXc2D7lSiJVBnoSQw8Q3vL6uDx1t3PuDJO-Z-U,1735
|
|
1147
1147
|
meta_visit_schedule/visit_schedules/phase_three/schedule_pregnancy.py,sha256=bEpbpCX3vfZmnsqudr0z8PU5kiaX4ws1sO5Im98Mo28,1106
|
|
1148
1148
|
meta_visit_schedule/visit_schedules/phase_three/visit_schedule.py,sha256=ak4qazeKlpIlvpqrK9hDDO0fwWuWyvb4Ec-JU31IJxc,654
|
|
1149
|
-
meta_edc-1.2.
|
|
1150
|
-
meta_edc-1.2.
|
|
1151
|
-
meta_edc-1.2.
|
|
1152
|
-
meta_edc-1.2.
|
|
1149
|
+
meta_edc-1.2.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
1150
|
+
meta_edc-1.2.6.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
1151
|
+
meta_edc-1.2.6.dist-info/METADATA,sha256=8TFazXkaKloEytDbSHG700VM-OWMZlxPKfvP48fG4sE,5163
|
|
1152
|
+
meta_edc-1.2.6.dist-info/RECORD,,
|
|
File without changes
|