I have two questions about using Codeanywhere: First, when I choose Python3 stack, I still see python version 2.7. Do they support 2.7 and 3.4 at the same time?
Second, if I deploy the django project by "python manage.py runserver" in the SSH terminal, and I copy the IP address from the description, I can't access on chrome.
If you had install python2 and python3
use 'python' to run python2 and 'python3' to run python3
I'm not sure what IP address you copied, if you follow the django tutorial, that will be
or
the does here