cd /var/www/booktype/instance1/
sudo su www-data
. ./booktype.env
django-admin.py bookrename --new-book-title="My new book" <My old book>
The result of this command is:
django-admin.py: command not found
Also, should I enclose the old bookname in double quotes like this "My old book"?
It looks like you're new here. If you want to get involved, click one of these buttons!