Anyone have any suggestions on this. I've tried all recommendations
and still getting same Template errors
On Aug 27, 7:17 pm, nixon66 wrote:
> Still getting the same errors.
>
> On Aug 27, 7:10 pm, Javier Guerra wrote:
>
> > On Thu, Aug 27, 2009 at 2:03 PM, nixon66 wrote:
> > > register.filter
On Thu, Aug 27, 2009 at 2:03 PM, nixon66 wrote:
> register.filter(uscurrency)
should be
register.filter ('uscurrency', uscurrency)
--
Javier
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
T
Still getting the same errors.
On Aug 27, 7:10 pm, Javier Guerra wrote:
> On Thu, Aug 27, 2009 at 2:03 PM, nixon66 wrote:
> > register.filter(uscurrency)
>
> should be
>
> register.filter ('uscurrency', uscurrency)
>
> --
> Javier
--~--~-~--~~~---~--~~
You receive
The file is mytag.py and the directory is now called templatetags
On Aug 27, 4:42 pm, Daniel Roseman wrote:
> On Aug 27, 8:03 pm, nixon66 wrote:
>
> > I've just created a template tag as described in the documents, but
> > keep getting errors.
>
> > In an installed app I created a directory cal
Made the changes and still getting the same error.
On Aug 27, 3:11 pm, Javier Guerra wrote:
> i only see a couple of minimal typos, could be your problem:
>
> > In an installed app I created a directory called Templatetags. I
>
> should be 'templatetags', no capitalization.
>
> > created a blan
On Aug 27, 8:03 pm, nixon66 wrote:
> I've just created a template tag as described in the documents, but
> keep getting errors.
>
> In an installed app I created a directory called Templatetags. I
> created a blank __init__.py file and a file called mytag.
Is the file called just 'mytag' or (as
i only see a couple of minimal typos, could be your problem:
> In an installed app I created a directory called Templatetags. I
should be 'templatetags', no capitalization.
> created a blank __init__.py file and a file called mytag. Mytag has a
> function
>
> from django import template
>
> reg
I've just created a template tag as described in the documents, but
keep getting errors.
In an installed app I created a directory called Templatetags. I
created a blank __init__.py file and a file called mytag. Mytag has a
function
from django import template
register template.Library()
def u
8 matches
Mail list logo