Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 560 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 560 Bytes

ThingStore

That thing where things to to store their stuff. An open source numerical data store and visualization interface for the internet of things.

Development

ThingStore is written in Python, using Django. For easier database migrations, South is used. These and other requirements are noted in the requirements file requirements.txt. When first starting development, create a virtual environment to satisfy these requirements without changing anything on your system:

virtualenv env
source env/bin/activate
pip install -r requirements.txt