1

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!

Pau Pang
  • 21
  • 5

1 Answers1

0

From this issue, the maintainer decided not to support it to reduce the maintenance burden of the project.

You can try out these options, but it's noted as experimental and quite old

Sean
  • 489
  • 1
  • 8
  • 29
  • 1
    Please note that StackOverflow answers a expected to still make sense if all links are ignored. Your post shrinks to "They are not officially supporting it. There are other options. Keywords are cookiecutter, elastic beanstalk." Actually I accept that this DOES provide some answering info, i.e. this is an acceptable answer, though cutting it somewhat thinly... Just note the URL-ignoring concept please. Have fun. – Yunnosch May 05 '21 at 12:52