Skip to main content

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



Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page