[Fixed]-Django runs successfully at localhost but 500 on AWS EB

1👍

(I don’t have enough reputation to comment)

I’m assuming that you’re application starts at all on the production server(you don’t mention whether is does).

Did you change Debug=False on the production server? Then uncaught exceptions in cause a 500 response. While having Debug=True in development(locally) returns you the Debug screen.

👤DA–

Leave a comment