Django package for tracking pandemic outbreaks in the Caribbean.
Project description
Caribbean Outbreak Tracker
Introduction
Django package for tracking pandemic outbreaks in the Caribbean. Based on previous project for tracking COVID-19 across the Caribbean (https://github.com/obikag/caribbean-virus-tracker/).
Website based on this project can be found here: https://caribbeanvirustracker.com/
Installation
Pip
Use the Python package manager pip to install the package and dependencies.
pip install caribbean-outbreak-tracker
GitHub Repo
Clone the repo and navigate to the working directory.
git clone https://github.com/obikag/caribbean-outbreak-tracker.git
cd caribbean-outbreak-tracker
Using setuptools install the package and dependencies.
python setup.py install
Usage
Create a Django project and navigate to working directory.
django-admin startproject example-site
cd example-site
Add the outbreak tracker app to you settings.py file
INSTALLED_APPS = [
...,
'outbreak_tracker',
]
Make migrations and migrate changes to the database
python manage.py makemigrations
python manage.py migrate
Navigate to the project's admin site to access the models and enter the relevant information.
Documentation
Comming Soon
Testing
Comming Soon
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file caribbean-outbreak-tracker-0.0.2.tar.gz
.
File metadata
- Download URL: caribbean-outbreak-tracker-0.0.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bffbe71d7913854cb98d767837bcfde8fa9bd37b18603ba16b045df14f06cf3 |
|
MD5 | b028bab6bec629654a320c738505b2b4 |
|
BLAKE2b-256 | ca3c6e00116e30138bbcd55199c57ffb0760d6fa05db100962f59ec66a310a9e |