Django + EC2 + Apache giving SERVER ERROR 500
I've worked on a Django project locally and everything was working fine. I deployed it on EC2 Ubuntu instance alongwith Apache2 and it is giving a server error 500. I've tried with gunicorn+nginx as well, still no joy. So as…