I have a django-cms app with this menu: - Apples -> Red Apples -> Green Apples - Oranges -> Big oranges - Lemons - New Lemon types
I must add another link (a blog category) to Apples and Oranges first level menu, to achieve this result: - Apples -> Red Apples -> Green Apples -> Blog (apples) - Oranges -> Big oranges -> Blog (Oranges) - Lemons - New Lemon types I've tried to extend the category of my blog putting this code: http://dpaste.com/78219/ this utils: http://dpaste.com/78220/ and added this setting: CMS_NAVIGATION_EXTENDERS = (('blog.utils.get_nodes', gettext('Blog')),) But it doesn't work. Any ideas? Any other working example? Is there a django-cms dedicated mailing list? -- Alessandro Ronchi SOASI Sviluppo Software e Sistemi Open Source http://www.soasi.com --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---