Closed ricardorover closed 6 years ago
@ricardorover thanks for reporting this. I see the problem in views.py. pinax-documents should not require django-user-accounts.
I'll fix this dependency and publish a new release.
@grahamu Awesome, thanks! I'll be happy to test it when the release is ready.
@ricardorover we just published pinax-documents v1.0.2 on PyPi. I'd appreciate your testing at your convenience and responding here. pinax-documents no longer requires django-user-accounts, although they still play nicely together. Please close this issue if this fixes your problem, thanks!
Yes, it resolved the problem. Thanks!
Glad this helped @ricardorover, thanks for your report!
Hi, I followed the installation steps (https://github.com/pinax/pinax-documents#installation) - making the appropriated changes for Django 2.0, but yet when running the project it says:
I tried to install https://github.com/pinax/django-user-accounts that appears to be the missing dependency, but I couldn't install and run it on django 2.0 (gave other errors).
Could anyone help on this matter?