thanks James, i found many changes in this file. it is very useful to
newbies.
here is from djangoproject.org:
Previously, anything before the final dot was ignored. If you were
using this for any decorative purpose (at least one package was, it
turns out), you have to remove any unwanted prefix.


1.  i have tagging in c:\python25\lib
2.  in settings.py INSTALLED_APPS = (    'tagging', )
3.  in template file use  {% load tagging.templatetags.tagging_tags %}

what should i load? like  {% load templatetags.tagging_tags %} or  {%
load tagging_tags %}
they all did not work for me, the error as below:
'templatetags.tagging_tags' is not a valid tag library: Could not load
template library from django.templatetags.templatetags.tagging_tags,
No module named templatetags.tagging_tags

or should i put tagging into my project folder other than in python/
lib/ ?

thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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