oscarmcm / django-highcharts

Django + Highcharts made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Highcharts

https://badge.fury.io/py/dj-highcharts.png https://travis-ci.org/oscarmcm/dj-highcharts.png?branch=master

Django + Highcharts made easy

Documentation

The full documentation is at https://dj-highcharts.readthedocs.org.

Quickstart

Install Django Highcharts:

pip install dj-highcharts

Then use it in a project:

import dj_highcharts

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

About

Django + Highcharts made easy

License:MIT License


Languages

Language:Python 62.9%Language:HTML 25.5%Language:Makefile 11.5%