andreyfedoseev / django-static-precompiler

Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Other
222 stars 60 forks source link

Django 3.0 #124

Closed mszeflinski closed 3 years ago

mszeflinski commented 4 years ago

Hello. Django dropped support for Python 2 in version 2.0 and now with version 3.0 it drops support also for Python 3 compatibility APIs. django.utils.six is no longer available in Django 3.0. This project should switch to six library or drop compatibility layer as well.

Igoranze commented 4 years ago

Is this issue soon going to be committed to master?

BarnabasSzabolcs commented 4 years ago

That PR has to be fixed so that it keeps compatibility with django 2.

BarnabasSzabolcs commented 3 years ago

@Igoranze now, the Django 3.0 and 3.1 compatibility is there, if the PR gets merged. Until then, you can use -e git://github.com/BarnabasSzabolcs/django-static-precompiler.git#egg=django-static-precompiler in your requirements.txt file.

andreyfedoseev commented 3 years ago

Support for Django 3.0 and 3.1 has been added in version 2.0 which I just released.