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.1b1.tar.gz
(21.1 kB
view details)
Built Distribution
File details
Details for the file django_welkin-0.0.1b1.tar.gz
.
File metadata
- Download URL: django_welkin-0.0.1b1.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.2 Linux/5.15.0-1020-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebe471ba56e2bf7f937239d8146b2ec0957f1473a5c131410b0007aead778034 |
|
MD5 | 7317e6ad3e218837a655c6345fdfde1f |
|
BLAKE2b-256 | 569df83899c6a173cd8268cff4bdb9759ca7d0895bf5c4b9d3c8f7190bbbbdfa |
File details
Details for the file django_welkin-0.0.1b1-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1b1-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.2 Linux/5.15.0-1020-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9be060c587072af04c3bb2660551a0ddd5b70f09c6b4ef718d3f8fa23e2b048 |
|
MD5 | 8b96b3b91e72c64a0921ee79aeb6e45e |
|
BLAKE2b-256 | b77f29c5a723d344e20ace7f53ceb68cc3a5e20b4bb19e19681865d8984a2a0e |