Skip to main content

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

Project description

pypi actions codecov downloads

EFFECT Edc

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

The EFFECT Trial

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.9
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.13.tar.gz (296.0 kB view details)

Uploaded Source

Built Distribution

effect_edc-0.1.13-py3-none-any.whl (391.8 kB view details)

Uploaded Python 3

File details

Details for the file effect-edc-0.1.13.tar.gz.

File metadata

  • Download URL: effect-edc-0.1.13.tar.gz
  • Upload date:
  • Size: 296.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for effect-edc-0.1.13.tar.gz
Algorithm Hash digest
SHA256 50626835163346b7c4913f1eb7047ee883fa689865615c8823abcfee10ef720f
MD5 c4296726f25fcf5f6cfa1a33d42ee2e5
BLAKE2b-256 830595f4701701b1055545dc674a1a57eac2c32018be10b0eb90282f5092c9b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: effect_edc-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 391.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for effect_edc-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 283effa72fe98b042771b7ad47dd1e0097d55c7bf702eab0b0cf8f9d5445b20f
MD5 0d4e7890ae0b418eb1b4e4d0f7058724
BLAKE2b-256 0af104becc899f56f0f9ecfe31914526b4d0141f4b04d815e919c28de2927ed6

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