Page not found (404)

Request Method: GET
Request URL: https://blog.noizze.net/archives_month:may_2019

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

  1. page/<int:page_num>
  2. blog/<str:post_name>
  3. blog/<str:post_name>/<str:attach_name>
  4. tags/<str:tag_name>
  5. tag:<str:tag_name>
  6. ads.txt

The current path, archives_month:may_2019, 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.