Django app with Amazon RDS works fine in localhost, but after deployed on Elastic Beanstalk unable to get data from RDS
This is a tutorial project available on w3schools. My app can access and update PostgreSQL database stored in amazon RDS while running in local virtual environment. I deployed the project on Elastic Beanstalk. It opens and shows the pages as it should, but when database involves keep-on loading and throughs “504 Gateway Time-out”.