A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
'chartit' is not a valid tag library: ImportError raised loading chartit.templatetags.chartit: cannot import name simplejson
Exception Type: TemplateSyntaxError
I received the following error:
'chartit' is not a valid tag library: ImportError raised loading chartit.templatetags.chartit: cannot import name simplejson Exception Type: TemplateSyntaxError
Django version 1.8.5. Python version 2.7.5.
I saw this, and making the changes did not work: http://stackoverflow.com/questions/23564529/chartit-is-not-a-valid-tag-librarydjango . When making that change, django then complains about: 'NoneType' object has no attribute 'getitem' with the line: {{ alertchart|load_charts:"container" }}
It simply complains about " {% load chartit %}".