Q&A

책을 따라하다가 막히는 부분이 있나요?
질문을 남겨주세요.

오류에 대한 질문

3 years, 2 months ago

smfrdmsdmadkrrk 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:

  1. blog/ create_post/
  2. blog/ tag/<str:slug>/
  3. blog/ category/<str:slug>/
  4. blog/ <int:pk>/
  5. blog/
  6. admin/
  7. about_me/
  8. ^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
sungyong   3 years, 2 months ago

blog/ 다음에 한칸 띄어쓰기가 되어 있기 때문 아닐까요? 

Updated: Sept. 9, 2021, 12:21 a.m.

Leave a Comment:
목록보기
Search
  • 자유게시판
  • Q&A