Page not found (404)

Request Method: GET
Request URL: http://shapak.com.tm/en/hyzmatlar/restaurant

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

  1. ^jet/
  2. [name='home']
  3. en/ [name='home']
  4. en/ privacy-policy [name='privacy_policy']
  5. en/ about [name='about']
  6. en/ contact [name='contact']
  7. en/ room [name='living']
  8. en/ room/<slug:slug> [name='room-type-detail']
  9. en/ booking [name='book']
  10. en/ dinning [name='dinning']
  11. en/ news/<slug:slug> [name='news-detail']
  12. en/ news [name='news']
  13. en/ send-message [name='send-message']
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

The current path, en/hyzmatlar/restaurant, 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.