pinax / pinax-documents

a document management app for Django
MIT License
65 stars 20 forks source link

Can't install and run #28

Closed ricardorover closed 6 years ago

ricardorover commented 6 years ago

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:

ModuleNotFoundError: No module named 'account'

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?

grahamu commented 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.

ricardorover commented 6 years ago

@grahamu Awesome, thanks! I'll be happy to test it when the release is ready.

grahamu commented 6 years ago

@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!

ricardorover commented 6 years ago

Yes, it resolved the problem. Thanks!

grahamu commented 6 years ago

Glad this helped @ricardorover, thanks for your report!