Skip to content

A digital vaccination tracker that helps people stay organized with their vaccination records.

Notifications You must be signed in to change notification settings

swissbusybee/Pet-Health-Passport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health Passport

A secure digital and vaccination tracker that helps people stay organized with their vaccinations and critical health information.

http://www.healthpassport.ch/

Developer Notes:

python3 -m venv venv source venv/bin/activate python manage.py makemigrations python manage.py migrate python manage.py runserver

Clear Existing Data from database: python manage.py flush

Recreate Superuser: python manage.py createsuperuser

Load Seed Data: python manage.py loaddata app/fixtures/profile-data.json python manage.py loaddata app/fixtures/vaccine-data.json python manage.py loaddata app/fixtures/immunization-data.json python manage.py runserver

Run script: python manage.py runscript send_alert_email

About

A digital vaccination tracker that helps people stay organized with their vaccination records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published