On Jan 16, 12:20 pm, shabda <[EMAIL PROTECTED]> wrote:
> If I remove the {% load  myfilters %} line from the template, the view
> function gets called, and renders correctly. SO the view function is
> found, and the template located by the view function. This error only
> comes if I have {% load  myfilters %} line in the template.
>
> My installed apps is,
> INSTALLED_APPS = (
>     'django.contrib.auth',
>     'django.contrib.contenttypes',
>     'django.contrib.sessions',
>     'django.contrib.sites',
>     'test2.test'
> )

The application ('app') in which your "myfilters.py" lives needs to be
in INSTALLED_APPS for your case to work.

-Rajesh D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to