I am trying to use django-sitetree but I don't understand how to do step 3 which is:
"Go to Django Admin site and add some trees and tree items."
How to make a sitetree in the admin panel? I believe the first step is to choose an alias for the "Site Tree" you are about to add.
The next step is to add "Site Tree Item". On this page you have to choose parent, title, url. Considering my app is dynamic with url structure like this localhost:8000/categoryname/entryname
how do I choose urls?
By the way I am trying to add breadcrumbs in my templates.