I am using django-sitetree on a Django project. It is working fine so far in my templates. When I try to:
python manage.py sitetreedump > treedump.json
I get an unknown command error back. I must be missing something obvious.
I am using django-sitetree on a Django project. It is working fine so far in my templates. When I try to:
python manage.py sitetreedump > treedump.json
I get an unknown command error back. I must be missing something obvious.
Copyright © 2021 Jogjafile Inc.
Answer: Using pip to install django-sitetree doesn't include the django-admin management commands. Not sure why. Installing directly from the git repository as a submodule in my project works.