django-owntracks
django-owntracks add basic support for viewing owntracks data in the context of django application.
Usage
- Add
"owntracks"and"dmqtt"to yourINSTALLED_APPS
INSTALLED_APPS = [
"owntracks",
# Third Party
"dmqtt",
# Core Django
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
]
- Add
MQTT_HOST,MQTT_USER,MQTT_PASS,MQTT_PORT
Release files for django-owntracks 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-owntracks-0.1.0.tar.gz | 8.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_owntracks-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.2 kB
Release files / django-owntracks-0.1.0.tar.gz
| Download URL | django-owntracks-0.1.0.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4fdddbdcc0f8d5a9c0c31937d01c164f5a65021530f054f7bec2c5b9c77504f7
|
|
BLAKE2b-256 checksum How to use checksums |
1b54218985af24c00de6bfa9c443830efe859a011bd3d4fe5164e35b3d2dd6cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.9
|
Release files / django_owntracks-0.1.0-py3-none-any.whl
| Download URL | django_owntracks-0.1.0-py3-none-any.whl |
|---|---|
| Size | 12.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e83d13dd8d82cfb5b2d979904732dfaca47cdab72a427d6892191522cefe2312
|
|
BLAKE2b-256 checksum How to use checksums |
7e36782aa62322cdc4b129386e7c275ea9ad9e74884529e0026d2bea999428b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.9
|