-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Not working django 3x:from django.utils import six
#141
Comments
Not tested myself with Django 3.x but I will, thanks for noticing. |
hi,you can fix de problem installing six and changing line 11 on templatestags/crud_tags.py line 11
the explanation of this error is: |
Also having the same problem. The fix by @hbrunacci worked for me. |
how to overwrite |
I'm about to open a new branch in order to start working in Django 3.x integration, hopefully we will have a new release soon. About overwriting the import I'd say it's a good advice if you're using this package cloning the repo. If you're using it via |
I think this is fixed in the tag 17, why dont ship it to pip? |
django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'cruds_adminlte.templatetags.crud_tags': cannot import name 'six'
from django.utils import six
Not working django 3xThe text was updated successfully, but these errors were encountered: