Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bashu/django-uncharted
📊📈 Simple amCharts integration for Django
https://github.com/bashu/django-uncharted
amcharts-js-charts django
Last synced: 3 months ago
JSON representation
📊📈 Simple amCharts integration for Django
- Host: GitHub
- URL: https://github.com/bashu/django-uncharted
- Owner: bashu
- License: mit
- Archived: true
- Created: 2015-04-17T12:18:14.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-31T06:26:09.000Z (almost 6 years ago)
- Last Synced: 2024-09-20T11:06:44.102Z (5 months ago)
- Topics: amcharts-js-charts, django
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-uncharted
================This is a Django_ integration of amCharts_.
Authored by `Basil Shubin `_, inspired by `django-chartit `_
.. image:: https://img.shields.io/pypi/v/django-uncharted.svg
:target: https://pypi.python.org/pypi/django-uncharted/.. image:: https://img.shields.io/pypi/dm/django-uncharted.svg
:target: https://pypi.python.org/pypi/django-uncharted/.. image:: https://img.shields.io/github/license/bashu/django-uncharted.svg
:target: https://pypi.python.org/pypi/django-uncharted/Installation
------------Either clone this repository into your project, or install with ``pip install django-uncharted``
You'll need to add ``uncharted`` to ``INSTALLED_APPS`` in your project's ``settings.py`` file:
.. code-block:: python
INSTALLED_APPS += [
'uncharted',
]Please see ``example`` application. This application is used to
manually test the functionalities of this package. This also serves as
a good example.You need Django 1.4 or above to run that. It might run on older
versions but that is not tested.External dependencies
~~~~~~~~~~~~~~~~~~~~~* amCharts_ - This is not included in the package since it is expected
that in most scenarios this would already be available.Configuration (optional)
------------------------Usage
-----Templates
---------Contributing
------------If you've found a bug, implemented a feature or customized the
template and think it is useful then please consider contributing.
Patches, pull requests or just suggestions are welcome!License
-------``django-uncharted`` is released under the MIT license.
.. _django: https://djangoproject.com
.. _amcharts: https://amcharts.com