Page not found (404)

Request Method: GET
Request URL: https://www.oknoname.com/EPFL/CS-433/category/160/week-%25CE%25B9%25CE%25B9-gans/?page=1

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/ ^$ [name='index']
  16. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/category/ ^(?P<pk>[0-9]+)/$ [name='detail']
  17. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/category/ ^(?P<pk>[0-9]+)/(?P<slug>[\w-]+)/$ [name='detail']
  18. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/comment/
  19. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/$ [name='index']
  20. ^(?P<shortcode>[0-9a-zA-Z]{0,9})/(?P<forumcode>[\w-]+)/password/$ [name='forum-password']
  21. ^install/ [name='install']
  22. ^slack-notification/$ [name='slack-notification']
  23. accounts/
  24. ^media/(?P<path>.*)$

The current path, EPFL/CS-433/category/160/week-%CE%B9%CE%B9-gans/, 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.