[Django]-How can I debug python web site on amazon EC2?

5👍

You just need to find out where your code is located on the server. SSH to one of the instances and then you can use the python interactive shell to run your django code for debugging, use the manage.py commands for database debugging, tests etc.

Once you have connected to the instance, it’s just an OS.

👤cam

Leave a comment