Skip to main content

META Trial EDC (http://www.isrctn.com/ISRCTN76157257)

Project description

pypi travis codecov downloads

META Edc

This codebase is used for two randomized clinical trials:


META PHASE II:

Metformin Treatment for Diabetes Prevention in Africa: META Trial TASO, MRC/UVRI/LSHTM, NIMR – TZ and Liverpool School of Tropical Medicine (ISRCTN76157257) http://www.isrctn.com/ISRCTN76157257


META PHASE III:

A randomised placebo-controlled double-blind phase III trial to determine the effects of metformin versus placebo on the incidence of diabetes in HIV-infected persons with pre-diabetes in Tanzania.

Liverpool School of Tropical Medicine

EDCTP grant number: RIA2018CO-2513

Trial registration: ISCRTN 77382043

https://ico.org.uk/ESDWebPages/Entry/Z4763134


See also https://github.com/clinicedc/edc

Made with Django

Installation

To setup and run a test server locally

You’ll need mysql. Create the database

mysql -Bse 'create database meta character set utf8;'

Create a virtualenv, clone the main repo and checkout master

conda create -n edc python=3.7
conda activate edc

Clone the main repo and checkout master

mkdir ~/projects
cd projects
https://github.com/meta-trial/meta-edc.git
cd ~/projects/meta-edc
git checkout master

Copy the test environment file

cd ~/projects/meta-edc
git checkout master
cp .env.tests .env

Edit the environment file (.env) to include your mysql password in the DATABASE_URL.

# look for and update this line
DATABASE_URL=mysql://user:password@127.0.0.1:3306/meta

Continue with the installation

cd ~/projects/meta-edc
git checkout master
pip install .
pip install -U -r requirements/stable-v0.1.10.txt
python manage.py migrate
python manage.py import_randomization_list
python manage.py import_holidays

Create a user and start up runserver

cd ~/projects/meta-edc
git checkout master
python manage.py createsuperuser
python manage.py runserver

Login:

localhost:8000

Once logged in, go to you user account and update your group memberships. As a power user add yourself to the following

  • ACCOUNT_MANAGER

  • ADMINISTRATION

  • AE

  • AE_REVIEW

  • CLINIC

  • DATA_MANAGER

  • DATA_QUERY

  • EVERYONE

  • EXPORT

  • LAB

  • LAB_VIEW

  • PHARMACY

  • PII

  • RANDO

  • REVIEW

  • SCREENING

  • TMG

  • UNBLINDING_REQUESTORS

  • UNBLINDING_REVIEWERS

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

meta_edc-0.1.75-py3-none-any.whl (493.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page