On 7/13/06, keukaman <[EMAIL PROTECTED]> wrote:
> {% free_comment_form for blog.entry object.id %} is highlighted as an
> error in the template.

Based on the settings file here:
http://code.djangoproject.com/svn/djangoproject.com/django_website/settings.py

They're using the django.contrib.comments app, which defines the
free_comment_form template tag.  django.contrib.comments is included
in your django distro, though it's not documented yet.  You should be
able to just add comments to your INSTALLED_APPS and sync your DB.

http://code.djangoproject.com/svn/django/trunk/django/contrib/comments/

If you want to understand how to use the comments app, browsing the
source and documenting what you be a fine way to learn it.  ;-)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to