Page not found (404)

Request Method: GET
Request URL: https://www.uniraya.ac.id/category/pengumuman/
Raised by: cms.views.details

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

  1. sitemap.xml
  2. cms/authorization/admin/
  3. ^blog/$ [name='posts-latest']
  4. ^blog/feed/$ [name='posts-latest-feed']
  5. ^blog/feed/fb/$ [name='posts-latest-feed-fb']
  6. ^blog/(?P<year>[0-9]+)/$ [name='posts-archive']
  7. ^blog/(?P<year>[0-9]+)/(?P<month>[0-9]+)/$ [name='posts-archive']
  8. ^blog/author/(?P<username>[^/]+)/$ [name='posts-author']
  9. ^blog/category/(?P<category>[^/]+)/$ [name='posts-category']
  10. ^blog/tag/(?P<tag>[-a-zA-Z0-9_]+)/$ [name='posts-tagged']
  11. ^blog/tag/(?P<tag>[-a-zA-Z0-9_]+)/feed/$ [name='posts-tagged-feed']
  12. ^blog/(?P<year>[0-9]+)/(?P<month>[0-9]+)/(?P<day>[0-9]+)/(?P<slug>[^/]+)/$ [name='post-detail']
  13. ^blog/(?P<year>[0-9]+)/(?P<month>[0-9]+)/(?P<slug>[^/]+)/$ [name='post-detail']
  14. ^blog/(?P<category>[^/]+)/(?P<slug>[^/]+)/$ [name='post-detail']
  15. ^blog/(?P<slug>[^/]+)/$ [name='post-detail']
  16. ^berita/$ [name='posts-latest']
  17. ^berita/feed/$ [name='posts-latest-feed']
  18. ^berita/feed/fb/$ [name='posts-latest-feed-fb']
  19. ^berita/(?P<year>[0-9]+)/$ [name='posts-archive']
  20. ^berita/(?P<year>[0-9]+)/(?P<month>[0-9]+)/$ [name='posts-archive']
  21. ^berita/author/(?P<username>[^/]+)/$ [name='posts-author']
  22. ^berita/category/(?P<category>[^/]+)/$ [name='posts-category']
  23. ^berita/tag/(?P<tag>[-a-zA-Z0-9_]+)/$ [name='posts-tagged']
  24. ^berita/tag/(?P<tag>[-a-zA-Z0-9_]+)/feed/$ [name='posts-tagged-feed']
  25. ^berita/(?P<year>[0-9]+)/(?P<month>[0-9]+)/(?P<day>[0-9]+)/(?P<slug>[^/]+)/$ [name='post-detail']
  26. ^berita/(?P<year>[0-9]+)/(?P<month>[0-9]+)/(?P<slug>[^/]+)/$ [name='post-detail']
  27. ^berita/(?P<category>[^/]+)/(?P<slug>[^/]+)/$ [name='post-detail']
  28. ^berita/(?P<slug>[^/]+)/$ [name='post-detail']
  29. ^cms_login/$ [name='cms_login']
  30. ^cms_wizard/
  31. ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  32. ^$ [name='pages-root']
  33. taggit_autosuggest/
  34. ^static/(?P<path>.*)$
  35. ^media/(?P<path>.*)$
  36. ^static/(?P<path>.*)$

The current path, /category/pengumuman/, 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.