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

Django 3+ support #97

Closed wickeym closed 2 years ago

wickeym commented 3 years ago

This adds support for Django 3+. NOTE: Django 3+ dropped support for Python 2.

mtdb commented 3 years ago

thank you! I will check it this weekend :+1:

matlads commented 2 years ago

Any progress on merging this?

mtdb commented 2 years ago

hi @matlads I reviewed the PR but it is complicated to merge, first because this drop the support to python2 and Django < 3, also it have some changes in the package.json and setup.py that change the build configuration, I noticed that @wickeym created a fork and push it to PyPI, now you can install this version by doing pip install django3-dashing because at this moment I have no plans to add new functionalities to this project I think this solution is good enough, this way if someone who wants to use Django 3+ could do django3-dashing, thanks @wickeym I will reference your fork for Django 3 support in the readme, also I will close this PR