Page not found (404)

Request Method: GET
Request URL: http://rpro.by/pererabotka

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

  1. admin
  2. [name='home']
  3. category [name='category']
  4. category/<str:cat_slug> [name='products']
  5. product/<str:product_slug> [name='product']
  6. product/modal/<int:product_id> [name='product-modal']
  7. agent/<int:agentid> [name='empl']
  8. contact [name='contact']
  9. review/<str:tone> [name='review']
  10. skupka-radiodetaley [name='skupka']
  11. punkty-priema [name='punkty']
  12. policy [name='policy']
  13. news [name='news']
  14. optovym-klientam [name='opt']
  15. news/<str:article_slug> [name='article']
  16. priem-bytovoy-tehniki [name='priem']
  17. vyvos-bytovoy-tehniki [name='vyvoz']
  18. vyezdnaya-zagotovka [name='vyezd']
  19. utilizaciya-tehniki [name='yuriki']
  20. bezvozmezdnaya [name='bezvozm']
  21. skupka-katalizatorov [name='catalizator']
  22. spisanie-teh-sostoyanie [name='spisanie']
  23. vacancies [name='vacancies']
  24. region/<str:region_slug> [name='region']
  25. login [name='login']
  26. cabinet [name='cabinet']
  27. editorjs
  28. api-auth/
  29. search [name='search']
  30. robots.txt
  31. sitemap.xml
  32. ^media/(?P<path>.*)$
  33. ^static/(?P<path>.*)$

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