Page not found (404)

Request Method: GET
Request URL: http://www.pompasan.com/katalog

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

  1. ^$
  2. ^products/$
  3. ^products/detail/([\w\-]+)/$
  4. ^categories/([\w\-]+)/$
  5. ^brands/([\w\-]+)/$
  6. ^flatpages/([\w\-]+)/$
  7. ^news/([\w\-]+)/$
  8. ^archive/
  9. ^fuarlar/
  10. ^fuar/([\w\-]+)/$
  11. ^products/search/
  12. ^i18n/
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. ^admin/
  16. ^media\/(?P<path>.*)$

The current URL, katalog, 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.