Closed agusmakmun closed 3 years ago
I'm trying to install this
django==suit-0.2.28
fordjango==3.0.5
, but I have an error.
same here,
Since django.contrib.staticfiles.templatetags
was removed in version 3, i think suit doesn't support django 3.
Greetings fellows!
This was fixed in https://github.com/darklow/django-suit/commit/3f96430ded2deee3016e7ed58619b751115853a0#diff-2472dfd85537f7c91be3519330c6a40e but that commit is placed under v2
development branch (not released on PyPI):
https://github.com/darklow/django-suit/tree/v2
You can try to switch to this version by installing it via GitHub directly and see if it works for you:
pip install https://github.com/darklow/django-suit/tarball/v2
However, I am not sure if there is an active development happening ATM, last commit was on 10 Jan 2020.
@darklow do you think we can expect any movements soon?
Thanks!
This was fixed in 3f96430#diff-2472dfd85537f7c91be3519330c6a40e but that commit is placed under
v2
development branch (not released on PyPI): https://github.com/darklow/django-suit/tree/v2
Thank you for your reply, I tried this, I works!
Hey @mbrksntrk - what was the process you took to install that specific commit from the working version? Would love to get this working my side.
@thmsrmbld pip install https://github.com/darklow/django-suit/tarball/v2
Ahh you installed the whole v2, awesome, thanks.
How to install all version 3 ?
Greetings fellows!
This was fixed in 3f96430#diff-2472dfd85537f7c91be3519330c6a40e but that commit is placed under
v2
development branch (not released on PyPI): https://github.com/darklow/django-suit/tree/v2You can try to switch to this version by installing it via GitHub directly and see if it works for you. However, I am not sure if there is an active development happening ATM, last commit was on 10 Jan 2020.
@darklow do you think we can expect any movements soon?
Thanks!
Worked perfectly, thanks!!!
pip install https://github.com/darklow/django-suit/tarball/v2
install it for resolve this error
@thmsrmbld
pip install https://github.com/darklow/django-suit/tarball/v2
Thank You
Does anyone know solution for this problem, pls........?
I'm trying to install this
django==suit-0.2.28
fordjango==3.0.5
, but I have an error.I recomended you to support multiple django versions;