You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is reported when trying to request the url of a simple view:
InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django_nvd3.templatetags.nvd3_tags': cannot import name Environment
django.template.library.InvalidTemplateLibrary
I've installed django-nvd3, added to project settings in the installed_app and copied demo_scatterchart(request) in the view.
I've looked in nvd3_tags.py but nothing like Environment seems to be called for import.
Thanks in advance, BR
The text was updated successfully, but these errors were encountered:
This error is reported when trying to request the url of a simple view:
Thanks in advance, BR
The text was updated successfully, but these errors were encountered: