A Django app interfacing with the Welkin API.
Project description
Welkin
Welkin is a Django app to connect to the Welkin Health API.
Quick start
- Add "django-welkin" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'django-welkin',
]
- Include the django-welkin URLconf in your project urls.py like this:
path('welkin/', include('django-welkin.urls')),
-
Run
python manage.py migrate
to create the welkin models. -
Start the development server and visit http://127.0.0.1:8000/admin/welkin/configuration/ to and add API secrets to the singleton (you'll need the Admin app enabled).
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-welkin-0.0.1a2.tar.gz
(20.8 kB
view details)
Built Distribution
File details
Details for the file django-welkin-0.0.1a2.tar.gz
.
File metadata
- Download URL: django-welkin-0.0.1a2.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dffe7530e96f0394de3f2e3c79c27e9f1b8ca0174e223204fb4d9a02c7bd3b8 |
|
MD5 | 7934e11d20897c15c61ab32156a9dc7d |
|
BLAKE2b-256 | 651a64611dfe3a5bc362f63f852b90df3bf27bd400764cee117f9a2b164b9283 |
File details
Details for the file django_welkin-0.0.1a2-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1a2-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f4c2bfb638901274f0509845b8c2611716248bcebbf7b67775c058cfee0080b |
|
MD5 | 37746dab17ac218a7f95c7b4c6750ac4 |
|
BLAKE2b-256 | 976d4cc06611668892cd9035077797bdd401006e81af999a484ebfedc01a4808 |