I'm sorry. I didn't read carefully the documentation. :(
I forgot to load the categories_list tag. Now the homepage.html looks
like this (and it's working just fine):
{% load categories_list %}
{% block sidebar %}
{% get_categories %}
{% endblock %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---