Search code examples
djangodjango-templatesdjango-sitetree

django-sitetree 0.7 sitetreedump not working


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.


Solution

  • 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.