Page not found (404)

Request Method: GET
Request URL: http://chezparisien.com/appartement/%25EB%25A7%2588%25EB%25A5%25B4%25EC%2585%25B0-%25EC%2583%2581%25ED%2586%25A0%25EB%2585%25B8%25EB%25A0%2588/?price=326&start_date=&end_date=

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/
  11. ^appartement/ ^$ [name='appartement_list']
  12. ^appartement/ ^(?P<slug>[-\w]+)/$ [name='appartement_detail']
  13. ^reservation/
  14. ^intranet/
  15. ^booking/

The current URL, appartement/%EB%A7%88%EB%A5%B4%EC%85%B0-%EC%83%81%ED%86%A0%EB%85%B8%EB%A0%88/, 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.