Page not found (404)

Request Method: GET
Request URL: http://builtbydottir.com/blog/categories/life-hack

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

  1. blog/<str:slug>/ [name='blog']
  2. blog/ [name='blog_list']
  3. macro/signup/ [name='macro_signup']
  4. macro/signup/go/ [name='macro_signup_go']
  5. macro/calc/ [name='calc_macros']
  6. heidrun/ [name='heidrun']
  7. purchase/test/ [name='buy_test']
  8. purchase/test/finalize/ [name='buy_test_finalize']
  9. internal/flush-cache/<str:flush_key>/ [name='internal_flush_contentful_cache']
  10. error/ [name='error']
  11. [name='home']

The current path, blog/categories/life-hack, 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.