EFFECT Trial EDC (https://www.isrctn.com/ISRCTN30579828)
Project description
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
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.10
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
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 Distribution
Built Distribution
File details
Details for the file effect-edc-0.1.29.tar.gz
.
File metadata
- Download URL: effect-edc-0.1.29.tar.gz
- Upload date:
- Size: 330.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 818473d91984119645d0c69c0f2068044487a23dd53475d9e7c7aa4ae3376c06 |
|
MD5 | 865219151d1564ae525986c285b257b8 |
|
BLAKE2b-256 | 6504dd429999990c86d97ddd164d9b6bf50c0b501b625cdebee5f67169f2123f |
File details
Details for the file effect_edc-0.1.29-py3-none-any.whl
.
File metadata
- Download URL: effect_edc-0.1.29-py3-none-any.whl
- Upload date:
- Size: 460.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad9164cf6355372ca9dfd3e68b1449bc68cb6981fa3a6d86a15b2920f600f24a |
|
MD5 | 7a7532a93c6fb9511cfc52be8294262c |
|
BLAKE2b-256 | 71001361962e41684a356b7d6c054d09077028d6b3a7e4c22189f2f10693282c |