Page not found (404)

Request Method: GET
Request URL: http://builtbydottir.com/post/bor%C3%B0a%C3%B0u-bara-holla-f%C3%A6%C3%B0u-right-easy

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/calc/ [name='calc_macros']
  4. heidrun/ [name='heidrun']
  5. p/<str:page_slug>/ [name='page']
  6. programs/ [name='program_list']
  7. programs/<str:program_slug>/ [name='program_info']
  8. programs/<str:program_slug>/signup/ [name='program_sign_up']
  9. programs/<str:program_slug>/signup/go/ [name='program_sign_up_go']
  10. programs/<str:program_slug>/signup/success/ [name='program_sign_up_success']
  11. purchase/test/ [name='buy_test']
  12. purchase/test/finalize/ [name='buy_test_finalize']
  13. internal/flush-cache/<str:flush_key>/ [name='internal_flush_contentful_cache']
  14. error/ [name='error']
  15. dev/font-sizes/ [name='dev_font_sizes']
  16. [name='home']

The current path, post/borðaðu-bara-holla-fæðu-right-easy, 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.