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.1a4.tar.gz
(21.4 kB
view details)
Built Distribution
File details
Details for the file django-welkin-0.0.1a4.tar.gz
.
File metadata
- Download URL: django-welkin-0.0.1a4.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 | 41c43b0ba78ae80b9eeb9196a6a2b8ca892a0690ac5bc0c2e5a71f413536d22d |
|
MD5 | 126286ada83947d54366a315a27ea6d7 |
|
BLAKE2b-256 | fe9a9025b4fadc6de82aca0a146c5ab08d4a0ee7b808e39764133fee7c751acb |
File details
Details for the file django_welkin-0.0.1a4-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1a4-py3-none-any.whl
- Upload date:
- Size: 26.9 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 | c8c865a36a73d794ee1dd57d228f52649914554fe0295b21838e512a76c602a5 |
|
MD5 | 7f5cea43971ce784adcac6400a37163f |
|
BLAKE2b-256 | 0d3164fa5eee24caefb0a1f4d76263777ec5f7d2e993115f1366d3e2d6f5a1c6 |