chartit / django-chartit

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.
http://django-chartit.mrsenko.com/
Other
492 stars 164 forks source link

can't import six #64

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hey, i'm having troubles when i try to work my django project because of six dependency. Is there any suggestions to solve this issue? This is the error: ImportError: cannot import name 'six' from 'django.utils'

adnanmuttaleb commented 3 years ago

@jnrklbv have you solved the error?