Page not found (404)

Request Method: GET
Request URL: https://stomolimp.ru/about/forum/?PAGE_NAME=profile_view&UID=1644

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

  1. ckeditor/
  2. admin/
  3. chaining/
  4. [name='home']
  5. services/<slug:alias>/ [name='services']
  6. services/<slug:alias>/<slug:details>/ [name='services']
  7. about/expert/ [name='expert']
  8. about/expert/<slug:slug>/ [name='expert_detail']
  9. about/company/ [name='about_company']
  10. about/news/ [name='about_news']
  11. about/news/<slug:slug>/ [name='news_detail']
  12. about/price/ [name='price']
  13. about/reviews/ [name='reviews']
  14. about/reviews/<int:pk> [name='review_detail']
  15. about/documents/ [name='review_detail']
  16. contact/ [name='contact']
  17. thanks/ [name='thanks']
  18. calculate/ [name='calculate']
  19. getserv/ [name='getserv']
  20. appointment/ [name='appointment']
  21. ^media\/(?P<path>.*)$

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