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
- Install django-welkin with pip:
pip install django-welkin
- 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://localhost: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.1a6.tar.gz
(21.4 kB
view details)
Built Distribution
File details
Details for the file django-welkin-0.0.1a6.tar.gz
.
File metadata
- Download URL: django-welkin-0.0.1a6.tar.gz
- Upload date:
- Size: 21.4 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 | 3a2665041ce5d240b63851c89355cb303c4791b90d0c2463ee3ede26d22f4447 |
|
MD5 | cadb56f5bd3671d90cac63429db9a74e |
|
BLAKE2b-256 | d367b5c3992e7c98e53b5cdf40c6783dd6f49b061d7a48010d0e254887c45bb9 |
File details
Details for the file django_welkin-0.0.1a6-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1a6-py3-none-any.whl
- Upload date:
- Size: 27.0 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 | ca762234dbabb6d3847ca82f391cdb10f0b5674d88b9114b0e15856c50823a76 |
|
MD5 | e1e70c3df5591c1fb7ddf717897a64eb |
|
BLAKE2b-256 | 95b315e4e4535e8480d9bff566030d1c14f01c54cdde3de0d5ad77e04134d1b7 |