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 and django-solo to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
"solo",
'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.1.tar.gz
(21.0 kB
view details)
Built Distribution
File details
Details for the file django_welkin-0.0.1.tar.gz
.
File metadata
- Download URL: django_welkin-0.0.1.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.2 Linux/5.15.0-1038-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a0b619462bce570387394b43157e9324399539c22095753fd00331459bfccec |
|
MD5 | 4d02022bcd431b1c07bae1260a30a2a1 |
|
BLAKE2b-256 | 835d5e6982232ff8f955d905e88dedcbfeb97ce32f92e51654d9cff8de595b84 |
File details
Details for the file django_welkin-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1-py3-none-any.whl
- Upload date:
- Size: 27.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.2 Linux/5.15.0-1038-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45e47726d9ca79701afd470391081422877faf34008a1423e8c09a60de884203 |
|
MD5 | f80393f6b13d4c6a7bd86918d862a745 |
|
BLAKE2b-256 | a9db4ea35b5d8300639b8bf1ebd16242a35841916931bce775a9f1e237c09460 |