Page not found (404)

Request Method: GET
Request URL: http://chezparisien.com/after/10%25EB%25B0%259511%25EC%259D%25BC%25EC%259D%2598-%25EB%25A7%2588%25EC%25A7%2580%25EB%25A7%2589-%25EC%2597%25AC%25EC%25A0%2595/

Using the URLconf defined in chezparisien.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. ^$
  3. ^login/$ [name='login']
  4. ^logout/
  5. ^info/
  6. ^chez/
  7. ^option/
  8. ^demander/
  9. ^faq/
  10. ^after/ ^$ [name='after_list']
  11. ^after/ ^add/$ [name='after_add']
  12. ^after/ ^(?P<slug>[-\w]+)/$ [name='after_detail']
  13. ^after/ ^(?P<slug>[-\w]+)/update/$ [name='after_update']
  14. ^after/ ^(?P<slug>[-\w]+)/update/form/$ [name='after_update_form']
  15. ^after/ ^(?P<slug>[-\w]+)/delete/$ [name='after_delete']
  16. ^appartement/
  17. ^reservation/
  18. ^intranet/
  19. ^booking/

The current URL, after/10%EB%B0%9511%EC%9D%BC%EC%9D%98-%EB%A7%88%EC%A7%80%EB%A7%89-%EC%97%AC%EC%A0%95/, 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.