Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/## 📌 Learning Summary
(이번 세션에서 배운 내용과 어떤 기능을 구현했는지 최대한 구체적으로 작성해주세요.)
[settings.py]
DEBUG = False #배포 후 사이트에서 오류가 났을 때 404 화면이 뜨지 않음 --> 검색할 때 /blog와 같은 방식으로 입력해야 함
ALLOWED_HOSTS = ['dy6578.pythonanywhere.com']
static 설정? --> 왜 필요한지는 모르겠음(그 상태 그대로 모아서 데스크탑 속 staticfiles에 저장되는 거인듯?)
사용자가 admin에 들어갈 수 없게끔 admin의 주소를 바꿔준다
파일 압축하기 전에 꼭 해야할 일이 requestments.txt를 불러오는 작업! 이게 있어야 그동안 import했던 것들을 pythoneverywhere에서 쫙 불러올 수 있음
파일 압축 --> 파일 올리기 -> bash --> unzip --> 가상환경 만들기 --> 필요한 모듈 설치 --> web app 만들기 --> 도메인 생성 --> 소스코드 수정 --> configuration 파일 수정 --> 가상환경 경로 수정하기 --> static&media 경로 설정 --> reload 해주면 끝!
🔑 Key
(세션에서 실수한 점, 스터디 시 유의해야 할 점, 중요한 구현 포인트 등을을 정리해주세요.)
📒 Reference
(코드 작성하면서 참고한 블로그/문서 등을 참조해주세요!
링크와 함께 어떤 기능을 수행할 때 참조했는지 짧게 작성해주세요.)
🔎 Result
(구현한 결과를 확인할 수 있는 페이지·api test 결과 등을 캡쳐해 업로드해주세요.)



✍🏻 Review
(세션 회고를 작성해주세요! 자랑할 점/아쉬운 점/새로 알게된 점/궁금한 점 등을 자세히 적어주세요)