Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
/ plotato Public archive

Django 1.4 web application for storing data and presenting it with customizable plots.

Notifications You must be signed in to change notification settings

jpihl/plotato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotato Django Project

Plotato is a django 1.4 web application for storing data and presenting it with customizable plots.

Prerequisites

  • python >= 2.7
  • pip
  • virtualenv/wrapper (optional)

Installation

Creating the environment

Create a virtual python environment for the project. If you're not using virtualenv you may skip this step.

For Virtualenv (optional)

virtualenv --no-site-packages plotato-env
cd plotato-env
source bin/activate

Clone the Code

Obtain the url to your git repository.

git clone git://github.com/jpihl/plotato.git plotato
cd plotato
git submodule init
git submodule update

Install Requirements

pip install numpy
pip install -r requirements.txt

Configure Project

cp plotato/__local_settings.py plotato/local_settings.py
vi plotato/local_settings.py

Sync Database

python manage.py syncdb

Load Sample Data (optional)

python manage.py loaddata plotato/fixtures/sample_data.json

Running

python manage.py runserver

Open browser to http://127.0.0.1:8000

About

Django 1.4 web application for storing data and presenting it with customizable plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published