Page not found (404)

Request Method: GET
Request URL: https://fanf.club/qa/groups.html

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

  1. admin/
  2. account/
  3. mems/
  4. qa/ <int:id> [name='qa_detail']
  5. qa/ <int:id>/edit [name='qa_edit']
  6. qa/ <int:id>/del [name='qa_delete']
  7. qa/ del_comment/<int:pk> [name='del_comment']
  8. qa/ comment/<int:pk> [name='comment_js']
  9. qa/ comment/<int:pk>/edit_comment [name='edit_comment']
  10. qa/ tag-autocomplete/ [name='tag-autocomplete']
  11. qa/ add/ [name='qa_add']
  12. qa/ [name='qa_list']
  13. robots.txt
  14. search/ [name='search']
  15. fanfik/<slug:slugpost> [name='post_detail']
  16. <slug:slugpost>/edit [name='post_edit']
  17. <slug:slugpost>/newglava [name='newglava']
  18. <slug:slugpost>/del [name='post_delete']
  19. <slug:slugpost>/like [name='add_like']
  20. <slug:slugpost>/del_like [name='delete_like']
  21. <int:id>-<slug:slugpost>/del_dislike [name='delete_dislike']
  22. fendom/<slug:slug>/ [name='fendom_url']
  23. category/<slug:slug>/ [name='category_url']
  24. vse_glavi/<slug:url_glava>/ [name='glavi_url']
  25. rating/<slug:slug>/ [name='post_list_rating']
  26. <int:pk>/del_comment [name='del_comment']
  27. comment/<int:pk>/edit_comment [name='edit_comment']
  28. [name='post_list']
  29. ckeditor/
  30. ^media\/(?P<path>.*)$

The current path, qa/groups.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.