Skip to content

Django web application for tracking data entry errors

Notifications You must be signed in to change notification settings

pmwaniki/verify

Repository files navigation

Error verification app python backend

Installation

git clone ssh://[email protected]:/var/hsu-data/repo/cin-web/verify.git

where username is a valid username on analytics server

Install python requirements

cd verify
pip install -r requirements.txt

Make migrations

python manage.py makemigrations
python manage.py migrate

Create super user

./manage.py createsuperuser

Add hospitals from api/fixtures/hospitals.json

./manage.py loaddata hospitals.json

Start server

./manage.py runserver 0.0.0.0:8000

Create token for users

./manage.py drf_create_token <username>

About

Django web application for tracking data entry errors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published