Page not found (404)

Request Method: GET
Request URL: https://fanf.club/account/Konesil/courses.html

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

  1. admin/
  2. account/ login/ [name='login']
  3. account/ logout/ [name='logout']
  4. account/ password_change/ [name='password_change']
  5. account/ password_change/done/ [name='password_change_done']
  6. account/ password_reset/ [name='password_reset']
  7. account/ password_reset/done/ [name='password_reset_done']
  8. account/ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  9. account/ reset/done/ [name='password_reset_complete']
  10. account/ register/ [name='register']
  11. account/ tag-autocomplete/ [name='tag-autocomplete3']
  12. account/ add_post/ [name='add_post']
  13. account/ [name='dashboard']
  14. account/ <slug:username>/ [name='profile']
  15. account/ <slug:username>/edit/ [name='edit_profile']
  16. mems/
  17. qa/
  18. robots.txt
  19. search/ [name='search']
  20. fanfik/<slug:slugpost> [name='post_detail']
  21. <slug:slugpost>/edit [name='post_edit']
  22. <slug:slugpost>/newglava [name='newglava']
  23. <slug:slugpost>/del [name='post_delete']
  24. <slug:slugpost>/like [name='add_like']
  25. <slug:slugpost>/del_like [name='delete_like']
  26. <int:id>-<slug:slugpost>/del_dislike [name='delete_dislike']
  27. fendom/<slug:slug>/ [name='fendom_url']
  28. category/<slug:slug>/ [name='category_url']
  29. vse_glavi/<slug:url_glava>/ [name='glavi_url']
  30. rating/<slug:slug>/ [name='post_list_rating']
  31. <int:pk>/del_comment [name='del_comment']
  32. comment/<int:pk>/edit_comment [name='edit_comment']
  33. [name='post_list']
  34. ckeditor/
  35. ^media\/(?P<path>.*)$

The current path, account/Konesil/courses.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.