UNKNOWN
Project description
Smartlivinglab is a small django application designed to store data from sensors.
Is heavily based on Django Rest Framework, as it exposes recolected data via an API. Also includes a write option to store data using the REST API.
INSTALATION
===========
Install using pip
-----------------
pip install smartlivinglab
Add to the INSTALLED_APPS
------------------------
INSTALLED_APPS = (
...
rest_framework,
rest_framework.authtoken,
smartlivinglab,
#if you want some simple graphics uncomment this
#smartlivinglab.samples
...
)
Run database migration
----------------------
$ python manage.py migrate
Is heavily based on Django Rest Framework, as it exposes recolected data via an API. Also includes a write option to store data using the REST API.
INSTALATION
===========
Install using pip
-----------------
pip install smartlivinglab
Add to the INSTALLED_APPS
------------------------
INSTALLED_APPS = (
...
rest_framework,
rest_framework.authtoken,
smartlivinglab,
#if you want some simple graphics uncomment this
#smartlivinglab.samples
...
)
Run database migration
----------------------
$ python manage.py migrate
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
smartlivinglab-1.0.1.zip
(93.3 kB
view details)
File details
Details for the file smartlivinglab-1.0.1.zip
.
File metadata
- Download URL: smartlivinglab-1.0.1.zip
- Upload date:
- Size: 93.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e237ad20cadf627da04f372f7ac01842c21708c9594d7829f55fd56e8d98316 |
|
MD5 | 7c03e38bdc784af646db0700da56ac40 |
|
BLAKE2b-256 | cbad871a804aed61c1eeb53a5aa5349e410e10aab0570087d35d2d93e2dd748b |