diff --git a/backend_class/Doit!Django/TIL240510.md b/backend_class/Doit!Django/TIL240510.md index f0d895b..8551165 100644 --- a/backend_class/Doit!Django/TIL240510.md +++ b/backend_class/Doit!Django/TIL240510.md @@ -13,5 +13,5 @@ View: req 받고 res 주는 처리하는 로직 Template: ui 작업 (약간 front-end 영역) Routing -- 연결고리 만들어주는 것 -- \ No newline at end of file +- user가 접근할 수 있도록 연결고리 만들어주는 것 +- urls.py 파일에서 다룸 \ No newline at end of file