DancerVax API integration for The Django Dance School project
Project description
The DancerVax site is designed to allow for simple vaccination record lookup for participating organization. Lookups can happen using the site itself, or using the included REST API.
This package provides easy DancerVax Integration to the Django Dance School project. Once installed, the default check in views will automatically call the DancerVax API to check the vaccination status of potential participants at the time of check in. This way, vaccination checks are completely integrated with the existing check-in workflow.
Installation instructions
Sign up as an organization with DancerVax, and await approval to begin using the lookup system.
Request a DancerVax API key (client key and secret key).
Install this package.:
pip install danceschool-dancervax
Note that in a production environment, you may need to simply add danceschool-dancervax to your project’s requirements.txt.
Edit your project’s settings.py to add danceschool-dancervax to INSTALLED_APPS, and to add your API keys:
INSTALLED_APPS = [ ''' Other packages ''' 'danceschool_dancervax', ] DANCERVAX_CLIENT_ID = '<your_id_here>' DANCERVAX_CLIENT_SECRET = '<your_secret_here>'
Once these steps are complete, automatic lookup of DancerVax vaccination status should be enabled by default. On the ‘View registrations’ pages, each individual’s DancerVax status will be reported. The app also makes use of Django’s built-in cache capabilities; a request for information related to a specific event registration will only be repeated once per day, unless the name or email address associated with the registration changes.
Who do I talk to about additional questions?
For technical questions related to this library, use the issue tracker or email Lee Tucker: lee.c.tucker@gmail.com
For issues related to DancerVax itself, please contact info@dancervax.org.
Project details
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
Hashes for danceschool-dancervax-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2df16c99b959354d8784d6c98274befbebcd10766e41664d9d8d090a9c356426 |
|
MD5 | 5d876a0a2698493a3039cf769dcef66e |
|
BLAKE2b-256 | eb1fa5efbec6bec963bbbce2eb9a48a58377c5534a99a3b5643618dd9a07edf4 |
Hashes for danceschool_dancervax-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d02f445454289b7bf164758f6e169d73f252187235cec3036757419d025c3ccf |
|
MD5 | fa6ade34ffd7d128d2a2ac0ba00829ea |
|
BLAKE2b-256 | 5df9fc352acfe5dcc3ed2ad8d255fbc8a0a79da88bf459ecb64af01f08416cbb |