django-charts-dashboard 0.1

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangochartsdashboard 0.1

Documentation
The full documentation is at https://django-charts-dashboard.readthedocs.io/en/latest/


Quickstart
Install django-charts-dashboard:
pip install django-charts-dashboard
or
pipenv install django-charts-dashboard
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'charts_dashboard',
...
)
PS: You need define jquery and chartjs libraries in your html section script
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script>


Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.