Forget the settings.py file.
Have you tried to import the humanize file in the .py file that uses
the templates that needs these filters

import django.contrib.humanize.templatetags.humanize

The code will register the filters during the load.
NO need to use
{% load humanize %}
because the filters are already registered

2009/6/24 MajorProgamming <[email protected]>:
>
> I created a settings.py file and added the INSTALLED APPS but nothing
> helps. (the error, btw, is "TemplateSyntaxError: 'humanize' is not a
> valid tag library: Could not load template library from
> django.templatetags.humanize, No module named humanize"). Remember,
> I'm not using Django; just the forms.
>
> So how can I accomplish this? All I really want to do is automatically
> put commas into numbers (e.g. 1000 => 1,000), by using templates...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to