Page not found (404)

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

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

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

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