talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

add python 3.4 to supported languages in setup.py #35

Closed luto closed 9 years ago

luto commented 9 years ago

Basic usage works with python 3.4 and pylint doesn't discover anything too catastrophic. Is there a reason python 3 support is not mentioned?

mtdb commented 9 years ago

The reason why it was not supported in python 3 is because it was not tested, thank you for testing it!