Page not found (404)

No content found matching the query
Request Method: GET
Request URL: http://www.shawnweekly.com/writing/peters-story-failure-is-not-final
Raised by: content.views.WritingDetailView

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

  1. admin/
  2. login/ [name='login']
  3. logout/ [name='logout']
  4. password_change/ [name='password_change']
  5. password_change/done/ [name='password_change_done']
  6. password_reset/ [name='password_reset']
  7. password_reset/done/ [name='password_reset_done']
  8. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  9. reset/done/ [name='password_reset_complete']
  10. accounts/login/
  11. api/
  12. api-auth/
  13. childcare/
  14. tinymce/
  15. page/<str:page> [name='page']
  16. writing/ [name='writingList']
  17. writing/<str:slug> [name='writing']

The current path, writing/peters-story-failure-is-not-final, 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.