django-sitetree 0.7 sitetreedump not working

171 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.