SyntaxFix
Write A Post
Hire A Developer
Questions
I got this due to forgetting that I installed Django using pip -U, so it was only available to the user running my Django app. To run manage.py I had to do
pip -U
sudo su -s /bin/bash MY_DJANGO_USER /PATH/TO/MY/APP/manage.py