On Nov 11, 2015 4:33 AM, "Jose Paul" <josekavun...@gmail.com> wrote:
>
>    getting following error ,can someone help me to understand this
>
> .........
> compiled_result = compile_func(self, token)
>   File "C:\Python27\lib\site-packages\django\template\defaulttags.py",
line 1140, in load
>     (taglib, e))
> TemplateSyntaxError: 'subpackage.echo' is not a valid tag library:
Template library subpackage.echo not found, tried
django.templatetags.subpackage.echo
>
> --

What does the template line look like that it's throwing that error? Do you
have something like {% subpackage.echo %} in your template?

-James

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXErm0JGwXh57%2By%3Db%2BaHkAbqLWe3_0nyjkpsq8aSMWQ%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to