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.
과제 제출 날짜
23-05-04 (목요일)
풀이 방법
settings.py : 기본 세팅
urls.py : url 패턴 정의와 해당 url이 어떤 뷰와 연결되는지 지정
views.py : 사용자 요청에 대한 응답으로 데이터 처리
templates : 사용자 인터페이스를 나타내는 html 파일
127.0.0.1:8000
![기본](https://user-images.githubusercontent.com/98332877/236220090-f225746c-ba78-4ac1-a2b3-80672ae6c941.png)
127.0.0.1:8000/about/
![about](https://user-images.githubusercontent.com/98332877/236220224-bf543d57-1150-419e-9004-f1713f879a26.png)
127.0.0.1:8000/services/
![services](https://user-images.githubusercontent.com/98332877/236220291-96d74f09-4757-4d84-96a4-b6b595c86fda.png)
127.0.0.1:8000/team/
![team](https://user-images.githubusercontent.com/98332877/236220362-15b544d2-e2a5-4e4d-afd9-68a20462a960.png)
127.0.0.1:8000/contact/
![contact](https://user-images.githubusercontent.com/98332877/236220402-ba8ac109-e81b-4746-a40c-ea42706c6bdf.png)
과제 번호