Page not found (404)

Request Method: GET
Request URL: https://mezmun.az/d/category.php?id=4&pid=0&site=&s_id=a8fd1fbab540c978ab5ca9ff579935a8

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

  1. admin/
  2. [name='index']
  3. post/<slug:slug> [name='detail']
  4. kateqoriya/<slug:slug> [name='category']
  5. kateqoriya/subkateqoriya/<slug:slug> [name='subcategory']
  6. yazar/<slug:slug> [name='writers']
  7. haqqimizda/ [name='about']
  8. aboneol/ [name='subscribe']
  9. tv/<slug:slug> [name='tv']
  10. ^media/(?P<path>.*)$
  11. ^static/(?P<path>.*)$

The current path, d/category.php, 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.