Q&A
책을 따라하다가 막히는 부분이 있나요?
질문을 남겨주세요.
이 페이지는 의견 교환을 위해 따로 만든 페이지입니다. 책에서 이 페이지를 만드는 법을 직접적으로 다루지는 않습니다.
하지만, 책을 끝까지 읽고 나면 이 페이지도 만드실 수 있을거에요.
하지만, 책을 끝까지 읽고 나면 이 페이지도 만드실 수 있을거에요.
오류에 대한 질문
3 years, 2 months ago
smfrdmsdmadkrrk안녕하세요.
책 394페이지 "관리자 권한 계정으로 확인하기"에서 New Post 버튼을 클릭하면 다음과 같은 404에러가 나는데 왜 그런지요.
테스트도 다 통과했고 여러번 디버깅을 해봐도 알 수가 없어서 질문드립니다.
Page not found (404)
Request Method: | GET |
---|---|
Request URL: | http://127.0.0.1:8000/blog/creare_post/ |
Using the URLconf defined in do_it_django_prj.urls
, Django tried these URL patterns, in this order:
- blog/ create_post/
- blog/ tag/<str:slug>/
- blog/ category/<str:slug>/
- blog/ <int:pk>/
- blog/
- admin/
- about_me/
- ^media/(?P<path>.*)$
The current path, blog/creare_post/
, didn’t match any of these.
You’re seeing this error because you have DEBUG = True
in your Django settings file. Change that to False
, and Django will display a standard 404 page.
목록보기
sungyong 3 years, 2 months ago
blog/ 다음에 한칸 띄어쓰기가 되어 있기 때문 아닐까요?
Updated: Sept. 9, 2021, 12:21 a.m.
Leave a Comment: