So I'm following a book named Django Crash Course by the Greenfelds.
Here's the starter template they used. https://github.com/feldroy/django-crash-starter
So this project template generates a Django version of 3.1.1 with Python 3.8.
I tried to use Amazon Linux and Amazon Linux 2 on generating an environment on Elastic Beanstalk, both had 502 Bad gateway error. I have no idea how to fix since I'm still learning.
I'm curious how can I use this template for production ready to Elastic Beanstalk.
Thanks!