Page not found (404)

Request Method: GET
Request URL: https://awsbarker.ddns.net/crawl/hn/2021/09/None

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

  1. ^$ [name='front_page']
  2. ^login/$ [name='login']
  3. ^logout/$ [name='logout']
  4. ^signup/ [name='signup']
  5. ^weather/$ [name='weather']
  6. ^tdih/$ [name='tdih']
  7. ^about/ [name='about']
  8. ^status/ [name='status']
  9. ^cookies/ [name='cookies']
  10. ^weather/ [name='weather']
  11. ^privacy/ [name='privacy']
  12. ^terms/ [name='terms']
  13. ^(?P<slug>[-_\w]+)/ ^$ [name='index']
  14. ^(?P<slug>[-_\w]+)/ ^archive/$ [name='archive']
  15. ^(?P<slug>[-_\w]+)/ ^(?P<year>[0-9]{4})/$ [name='year']
  16. ^(?P<slug>[-_\w]+)/ ^(?P<year>[0-9]{4})/(?P<month>[0-9]{2})/$ [name='month']
  17. ^(?P<slug>[-_\w]+)/ ^(?P<year>[0-9]{4})/(?P<month>[0-9]{2})/(?P<day>[0-9]{2})/$ [name='day']
  18. ^(?P<slug>[-_\w]+)/ ^weather/$ [name='weather']
  19. ^(?P<slug>[-_\w]+)/ ^tdih/$ [name='tdih']
  20. ^admin/

The current path, hn/2021/09/None, 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.