Page not found (404)

Request Method: GET
Request URL: https://booksofduchesses.com/texts/Vie%2520de%2520sainte%2520Colette%2520de%2520Corbie/n/a

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

  1. admin/
  2. [name='index']
  3. loadup/ [name='loadup']
  4. books/<str:book_id> [name='books']
  5. owners/<str:owner_id>/ [name='owners']
  6. texts/<str:text_id>/ [name='texts']
  7. books-autocomplete/ [name='books-autocomplete']
  8. search [name='search']
  9. about [name='about']
  10. suggest [name='suggest_sel']
  11. suggest/book [name='suggest_book']
  12. suggest/owner [name='suggest_owner']
  13. teach [name='teach']
  14. bibliography [name='bibliography']

The current path, texts/Vie%20de%20sainte%20Colette%20de%20Corbie/n/a, 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.