Page not found (404)

Request Method: GET
Request URL: https://www.radiotester.ru/about/forum.php?PAGE_NAME=profile_view&UID=11308

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

  1. page/<slug:slug>/
  2. catalog/<int:id>/
  3. catalog/
  4. device/<int:id>/
  5. sale/
  6. ^search/(?P<search_query>.*)$
  7. order-repair/<int:id>/
  8. order-repair/
  9. order-buy/<int:id>/
  10. order-buy/
  11. order-sell/<int:id>/
  12. order-sell/
  13. send-email-for-friend/<int:id>/
  14. admin/
  15. ckeditor/
  16. ^media\/(?P<path>.*)$
  17. ^static\/(?P<path>.*)$

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