Page not found (404)

Request Method: GET
Request URL: http://razborkapc.ru/about.html

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

  1. admin/change-category/ [name='change_goods_category']
  2. admin/change-category-type/ [name='change_category_type']
  3. admin/
  4. [name='index']
  5. about/ [name='about']
  6. accessories/ [name='accessories']
  7. audio/ [name='audio']
  8. box/ [name='box']
  9. cables/ [name='cables']
  10. codes/ [name='codes']
  11. cool/ [name='cool']
  12. cpu/ [name='cpu']
  13. deskaudio/ [name='deskaudio']
  14. desktools/ [name='desktools']
  15. desktops/ [name='desktops']
  16. dvd/ [name='dvd']
  17. faq/ [name='faq']
  18. gameboy/ [name='gameboy']
  19. gpu/ [name='gpu']
  20. hdd/ [name='hdd']
  21. icons/ [name='icons']
  22. jack/ [name='jack']
  23. lan/ [name='lan']
  24. laptops/ [name='laptops']
  25. mail/ [name='mail']
  26. mfu/ [name='mfu']
  27. monitors/ [name='monitors']
  28. monoblocks/ [name='monoblocks']
  29. motherboards/ [name='motherboards']
  30. power/ [name='power']
  31. products/ [name='products']
  32. products1/ [name='products1']
  33. products2/ [name='products2']
  34. ram/ [name='ram']
  35. server/ [name='server']
  36. service/ [name='service']
  37. single/ [name='single']
  38. stab/ [name='stab']
  39. tv/ [name='tv']
  40. tv_tablets/ [name='tv_tablets']
  41. usb/ [name='usb']
  42. <slug:category_slug>/ [name='category_goods_list']
  43. product/<slug:product_slug>/ [name='goods_detail']
  44. ^media\/(?P<path>.*)$
  45. __debug__/

The current path, about.html, 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.