
지난번과 동일하게 AWS 배포가 안됩니다
화면과 로그 첨부합니다

작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세
Foody@DESKTOP-HJKNI5I MINGW64 ~/Desktop/pirates/web/lv2/deploy
$ eb logs
Retrieving logs...
============= i-0a7c06a6474c7179f ==============
----------------------------------------
/var/log/web.stdout.log
----------------------------------------
Apr 25 07:19:28 ip-172-31-3-187 web: [2023-04-25 07:19:28 +0000] [2674] [INFO] Starting gunicorn 20.1.0
Apr 25 07:19:28 ip-172-31-3-187 web: [2023-04-25 07:19:28 +0000] [2674] [INFO] Listening at: http://127.0.0.1:8000 (2674)
Apr 25 07:19:28 ip-172-31-3-187 web: [2023-04-25 07:19:28 +0000] [2674] [INFO] Using worker: gthread
Apr 25 07:19:28 ip-172-31-3-187 web: [2023-04-25 07:19:28 +0000] [2713] [INFO] Booting worker with pid: 2713
Apr 25 07:19:28 ip-172-31-3-187 web: Failed to find attribute 'application' in 'application'.
Apr 25 07:19:28 ip-172-31-3-187 web: [2023-04-25 07:19:28 +0000] [2713] [INFO] Worker exiting (pid: 2713)
Apr 25 07:19:29 ip-172-31-3-187 web: [2023-04-25 07:19:29 +0000] [2674] [INFO] Shutting down: Master
Apr 25 07:19:29 ip-172-31-3-187 web: [2023-04-25 07:19:29 +0000] [2674] [INFO] Reason: App failed to load.
Apr 25 07:19:29 ip-172-31-3-187 web: [2023-04-25 07:19:29 +0000] [2742] [INFO] Starting gunicorn 20.1.0
Apr 25 07:19:29 ip-172-31-3-187 web: [2023-04-25 07:19:29 +0000] [2742] [INFO] Listening at: http://127.0.0.1:8000 (2742)
Apr 25 07:19:29 ip-172-31-3-187 web: [2023-04-25 07:19:29 +0000] [2742] [INFO] Using worker: gthread
Apr 25 07:19:29 ip-172-31-3-187 web: [2023-04-25 07:19:29 +0000] [2748] [INFO] Booting worker with pid: 2748
-- More --요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
