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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.