I am using the ubuntu server and want to deploy Django project in AWS using ec2, and it requires me to use port 80 to access its HTTP how do I solve this problem?
I heard from other people using sudo
and enabling env but this error is all I got
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
Please help I really need help