A Django app to access WHOOP Web APIs.
Project description
django-whoop
django-whoop is a Django WHOOP App
Detailed documentation is in the "docs" directory.
Quick start
- Add "whoop" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
"django_whoop",
]
- Include the WHOOP URLconf in your project urls.py like this:
path("whoop/", include("django_whoop.urls")),
-
Run
python manage.py migrate
to create the models. -
Visit the
/whoop/login
URL to sign in with WHOOP.
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
django-whoop-0.1.tar.gz
(12.4 kB
view hashes)
Built Distribution
django_whoop-0.1-py3-none-any.whl
(18.4 kB
view hashes)
Close
Hashes for django_whoop-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2b5994ecc6cba3a6c85702aa24833824b5ad05b4129b7f3d76a523c2fb65e81 |
|
MD5 | 53cc13a89b9ee504f358937218faacac |
|
BLAKE2b-256 | 338e17760979822f6cc171b392cfedf62f7ceb38ef5e1640871a5b5d885229b3 |