This is repo contains FC-EMTCT web application which a portal to be used by data clerks to update EMTCT beneficiaries' appointment dates in FamilyConnect.
After running pip install -r requirements.txt Create the .env file at the root of the project Add Values for the following variables
SECRET_KEY=
SERVER_URL=
API_KEY=
DB_NAME=
DB_USER=postgres
DB_PASSWORD=
SUPERUSER_URL=
ALLOWED_HOSTS=
SECRET_KEY=yUmuJbbE77lzJAjhR7GxUhMkuJHMeIBJSj_UidaHIVo SERVER_URL=http://xxxxxxxxx.cccccc.gggg.health.go.ug API_KEY=X6038fcf80a3d8c8088f796ff0302b3462007b7X DB_NAME=emtct_proddb DB_USER=postgres DB_PASSWORD=123456 SUPERUSER_URL=eee/ ALLOWED_HOSTS=x.x.x.x