Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Library' object has no attribute 'assignment_tag' error #50

Open
ansuman13 opened this issue Dec 12, 2018 · 2 comments
Open

'Library' object has no attribute 'assignment_tag' error #50

ansuman13 opened this issue Dec 12, 2018 · 2 comments

Comments

@ansuman13
Copy link

ansuman13 commented Dec 12, 2018

I am running django 2.0, i googled and got this page [(https://stackoverflow.com/questions/21021690/python-django-custom-template-tags-register-assignment-tag-not-working)] any idea to get it working?

@Super-Chama
Copy link

Locate review_tags.py and change the decorators @register.assignment_tag to @register.simple_tag. it will solve the issue you're having, but don't get too excited. this project is riddled with issues for django 2.0. too bad it's not maintained. -_-

@frsilent
Copy link

frsilent commented May 8, 2019

Just saw this discussion but had some guidelines for making it 2.0 compatible here: #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants