Page not found (404)

No NewsCategory matches the given query.
Request Method: GET
Request URL: https://develop-shephard.dev.giantmade.net/news/mil-log/?page=4
Raised by: content.views.content.category

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

  1. ^amp-markup/$ [name='amp-base']
  2. ^amp-markup/news/$ [name='amp-news']
  3. ^amp-markup/di/$ [name='amp-plus']
  4. ^amp-markup/studio/$ [name='amp-studio']
  5. ^favicon\.ico
  6. ^robots\.txt$
  7. ^google33b1735040ebbe58\.html
  8. ^c6e3aaf6776ca314d3a1989de4c73798b2b8708f/$
  9. ^convert-units/$ [name='convert_units']
  10. ^dashboard/$ [name='dashboard']
  11. ^dashboard-list/$ [name='dashboard-list']
  12. ^too-many-sessions [name='too_many_sessions']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. ^500/$
  16. ^403/$
  17. ^404/$
  18. ^__debug__/
  19. ^multimedia-hub/video/
  20. api/
  21. ^news/$ [name='news']
  22. ^news/feed/$ [name='news_feed']
  23. ^news/feed/(?P<uuid>[0-9a-f-]+)/$ [name='institution_news_feed']
  24. ^news/feed/pugpig/$ [name='pugpig_news_feed']
  25. ^news/login/$ [name='news_login']
  26. ^news/confirm/(?P<pk>\d+)$ [name='news_confirm_read']
  27. ^news/premium/$ [name='premium_news_landing']
  28. ^news/imps-news/(.*)$ [name='naval_redirect']
  29. ^news/rotorhub/(.*)$ [name='rotorhub_redirect']
  30. ^news/video/$ [name='video']
  31. ^news/(?P<category_slug>[-\w]+)/$ [name='news_category']

The current path, news/mil-log/, matched the last one.

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.