I am trying to use django-sitetree , but I do not understand how to do step 3, which:
"Go to the Django admin site and add trees and tree elements."
How to make sitetree in admin panel? I believe the first step is to choose an alias for the Site Tree that you are about to add.
The next step is to add the "Site Tree Element". On this page you must select the parent, title, URL. Given that my application is dynamic with a url structure, like this localhost:8000/categoryname/entryname , how do I select the urls?
By the way, I'm trying to add breadcrumbs to my templates.
Sushi
source share