[2조] 정태현 Django 과제 제출#1 #7
Open
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.
과제에서 구현 한 것:
shopping/ 메인 화면에서 사용자로부터 검색어를 받는 form을 이용한 검색창을 띄우고, 사용자가 해당 input테그에 검색어를 넣은 다음
제출 버튼을 누르면 그 문자열이 POST request를 타고 관련 url(search.html)을 거쳐 views.py안에 있는 search 함수로 가서 해당 검색어를 이름에 포함하고 있는 shopping 객체들을 반환하여 render해줘 다시 search.html으로 가 이름 포함 객체들을 차례대로 띄어주는 기능
너무나 두서 없는 설명이지만.. 암튼 그렇습니다