Closed rust-floppy closed 1 year ago
same for me.
works fine for me:
$ pip3 install git+https://github.com/douglasmiranda/django-admin-bootstrap@3e91bfc10b1e14c145a87d34ce4dd08f74e0f6a2
Doesn't work with a new versions of django - ifequal was deprecated quite some time ago.
Is there a fix?
Not really. Use older versions of everything so it runs just fine, but then you can never upgrade to newer versions because this pckg is deprecated.
I'm not sure if the developer abandoned it or not, so..
Fresh install on a fresh (empty) Django project, did everything based on tutorial here.