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 polls 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.1a1.tar.gz
(20.8 kB
view details)
Built Distribution
File details
Details for the file django-welkin-0.0.1a1.tar.gz
.
File metadata
- Download URL: django-welkin-0.0.1a1.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 | 1bcb74ef068f9e3c37bcdb3c2d509a436a6914d418590a1322c6e62c41977bad |
|
MD5 | b2cff53b585b7cea99ed1a51164c675a |
|
BLAKE2b-256 | 981399759debef45e9df7085d155181ff96c388083db76cff8c67647dca114f4 |
File details
Details for the file django_welkin-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1a1-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 | 443da7c0bebf2c262561003b5fa6d4154757733d9183df48f12fd1b4d0f903c8 |
|
MD5 | 71a5a4ec9a4ff131d508e0b75133caad |
|
BLAKE2b-256 | 59af227053606ca8e3c09efad415d5e32af90da281923806b375c64b3def099b |