Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 725 Bytes

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