Skip to main content

EFFECT Trial EDC (https://www.isrctn.com/ISRCTN30579828)

Project description

pypi actions codecov downloads

EFFECT Edc

effect_logo

The EFFECT Trial

Fluconazole plus flucytosine vs. fluconazole alone for cryptococcal antigen-positive patients identified through screening: A phase III randomised controlled trial

(EFFECT - Efficacy of Flucytosine and Fluconazole as Early Cryptococcal Treatment)

https://www.isrctn.com/ISRCTN30579828

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 effect character set utf8;'

Create a virtualenv, clone the main repo and checkout master

conda create -n edc python=3.11
conda activate edc

Clone the main repo and checkout master

mkdir ~/projects
cd projects
https://github.com/effect-trial/effect-edc.git
cd ~/projects/effect-edc
git checkout main

Copy the test environment file

cd ~/projects/effect-edc
git checkout main
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/effect

Continue with the installation

cd ~/projects/effect-edc
git checkout main
pip install .
pip install -U -r requirements.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/effect-edc
git checkout main
python manage.py createsuperuser
python manage.py runserver

Login:

http://localhost:8000

Project details


Download files

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

Source Distribution

effect_edc-0.1.51.tar.gz (466.0 kB view details)

Uploaded Source

Built Distribution

effect_edc-0.1.51-py3-none-any.whl (543.3 kB view details)

Uploaded Python 3

File details

Details for the file effect_edc-0.1.51.tar.gz.

File metadata

  • Download URL: effect_edc-0.1.51.tar.gz
  • Upload date:
  • Size: 466.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for effect_edc-0.1.51.tar.gz
Algorithm Hash digest
SHA256 418e33df50145a2eade09525c5f4cbbad5a253523ffd0cdca0feaff98b44caa7
MD5 522c509b7901d9218d144b7248d3c592
BLAKE2b-256 6a2863950cce7e39367c88e71a12866a70568396a30fa0bfae9069a856bb71cc

See more details on using hashes here.

File details

Details for the file effect_edc-0.1.51-py3-none-any.whl.

File metadata

  • Download URL: effect_edc-0.1.51-py3-none-any.whl
  • Upload date:
  • Size: 543.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for effect_edc-0.1.51-py3-none-any.whl
Algorithm Hash digest
SHA256 7249e8b9abf38102d56048572956362933dfe2ff6b24a37cfc1759bee0da27fc
MD5 29cf0c04e78811c59f17fc7462094ed1
BLAKE2b-256 418a2cb931b1f8a25a1635043c54a24cc8bfe90eaa503afe93f2bc0e573b271b

See more details on using hashes here.

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