nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 75 forks source link

Bower install doesn't work on Django 4.1.4 #85

Open SeptyaAndiSuryanto opened 1 year ago

SeptyaAndiSuryanto commented 1 year ago

manage.py bower install

or

manage.py bower_install

doesn't work in django 4.1.4 but still works in version 4.0.8

Enrikaa commented 1 year ago

I have same the issue

SeptyaAndiSuryanto commented 1 year ago

@Enrikaa The only thing to do for now is to downgrade the version of Django in my opinion

salty-horse commented 1 year ago

Fixed by #84 (still pending, but you can point your package manager at it, preferably your own copy)