Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Graphos is a Django app to normalize data to create beautiful charts. It provide
* LineChart
* BarChart

With Graphos, switching from google's LineChart to yui LineChart can be done within minutes. So would be the case in switching from yui AreaChart to morris AreaChart.
With Graphos, switching from google's LineChart to yui LineChart can be done within minutes. So would be the case in switching from yui AreaChart to morris AreaChart.

### Running demo project locally

Expand Down Expand Up @@ -432,6 +432,19 @@ Graphos is compatible with Python 2.7 and Python 3.3+

[available on pypi](https://pypi.python.org/pypi/django-graphos/)

### Note

To use this in a django application, copy the contents of the graphos template folder to your own template folder

For example, assuming your python installation resides at

C:\Program Files (x86)\Python35-32 ,

then copy contents of the folder

C:\Program Files (x86)\Python35-32\Lib\site-packages\graphos\templates

to the template directory of the django application

### Handling non serializable fields

Expand Down