Page not found (404)

Request Method: GET
Request URL: https://www.oknoname.com/forum/user/61/sepideh/

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

  1. ^groups/
  2. ^admin/
  3. ^feed/$ [name='feed']
  4. ^forums/$ [name='forum']
  5. ^forum/search/$ [name='forum_search']
  6. ^comment/search/$ [name='comment_search']
  7. ^settings/$ [name='settings']
  8. ^$ [name='home']
  9. ^anymail/
  10. ^user/
  11. ^search/
  12. ^notification/
  13. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/st/admin/
  14. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/topic/
  15. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/category/
  16. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/comment/
  17. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/$ [name='index']
  18. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/password/$ [name='forum-password']
  19. ^install/ [name='install']
  20. ^slack-notification/$ [name='slack-notification']
  21. accounts/
  22. ^media/(?P<path>.*)$

The current path, forum/user/61/sepideh/, 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.