Simple amCharts integration for Django
Project description
This is a Django integration of amCharts
Authored by Basil Shubin, inspired by django-chartit
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:
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-uncharted-0.0.1.tar.gz.
File metadata
- Download URL: django-uncharted-0.0.1.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dba13e1a5abc1a80e47decf2bed5504f87fadaa5d10c5f3edee8da6cfd2597d
|
|
| MD5 |
3c3a2373216051afdfed8f70b54977ad
|
|
| BLAKE2b-256 |
5226d1ba7eb00dbbb796face66aabd2887abf9d9a3820d2f7a6d6717277295d9
|
File details
Details for the file django_uncharted-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: django_uncharted-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd27ce37f57a8bf2da15b2d9e1a7f9ce6b57873ee8a90c5b4611b755a3706b4e
|
|
| MD5 |
b25eab9f4863cfc5144175120d58b9cb
|
|
| BLAKE2b-256 |
fdffb2c068e6fcdf823f667d8c5b4c44cf2cfa1590b39fb6b4950375b372ad65
|