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.1a3.tar.gz
(20.8 kB
view details)
Built Distribution
File details
Details for the file django-welkin-0.0.1a3.tar.gz
.
File metadata
- Download URL: django-welkin-0.0.1a3.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 | e2e5c8b5d77da40c187e6db635d923bf7b557e86124744c262aa36f6455e98a9 |
|
MD5 | 2838723bcab277872a247de345870719 |
|
BLAKE2b-256 | 7ffa99a7ca8b34f4e0f1867bc61ce139734e28ba1c1cc0cb74918ca196cf4e5b |
File details
Details for the file django_welkin-0.0.1a3-py3-none-any.whl
.
File metadata
- Download URL: django_welkin-0.0.1a3-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 | 1db26ef34591123123dd89df68757234907a86d708a38ed7caa3af983a0617e0 |
|
MD5 | bf2b72c3d39e77c355f96a54b14f4507 |
|
BLAKE2b-256 | 1d35c9d32a506357d9ea6bd6e29372190cd3994fd1aa869642c0635c5fbc7ee2 |