Page not found (404)

Request Method: GET
Request URL: https://booksofliberty.com/classroom

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

  1. ^admin/
  2. ^robots.txt$ [name='robots_file']
  3. ^ ^$ [name='home']
  4. ^ ^google0405218dbf6ffe6c.html$ [name='google_verification']
  5. ^ ^book/(?P<slug>[\w-]+)/$ [name='book_detail']
  6. ^ ^author/(?P<slug>[\w-]+)/$ [name='author_detail']
  7. ^ ^user_profile/$ [name='user_profile']
  8. ^ ^starting_points/$ [name='starting_points']
  9. ^ ^independent_learners/$ [name='learners']
  10. ^ ^about/$ [name='about']
  11. ^ ^wishlist/$ [name='wishlist']
  12. ^ ^library/$ [name='library']
  13. ^ ^rate/$ [name='rate']
  14. ^ ^favorite/$ [name='favorite']
  15. ^ ^contact/$ [name='contact']
  16. ^ ^tos/$ [name='tos']
  17. ^ ^get_similar_books/$ [name='get_similar_books']
  18. ^ ^email_signup/$ [name='email_signup']
  19. ^ ^get_email_list/(?P<list_type>[\w-]+)/$ [name='get_email_list']
  20. ^ ^book_admin/$ [name='book_admin']
  21. ^ ^delete_tags/$ [name='delete_tags']
  22. ^ ^add_tag_to_book/$ [name='add_tag_to_book']
  23. ^ ^delete_authors/$ [name='delete_authors']
  24. ^ ^add_author_to_book/$ [name='add_author_to_book']
  25. ^ ^delete_editors/$ [name='delete_editors']
  26. ^ ^add_editor_to_book/$ [name='add_editor_to_book']
  27. ^ ^delete_narrators/$ [name='delete_narrators']
  28. ^ ^add_narrator_to_book/$ [name='add_narrator_to_book']
  29. ^ ^delete_narrators/$ [name='delete_narrators']
  30. ^ ^add_narrator_to_book/$ [name='add_narrator_to_book']
  31. ^ ^delete_contributors/$ [name='delete_contributors']
  32. ^ ^add_contributor_to_book/$ [name='add_contributor_to_book']
  33. ^ ^update_popularity_for_tags/$ [name='update_popularity_for_tags']
  34. ^ ^update_popularity_for_authors/$ [name='update_popularity_for_authors']
  35. ^ ^update_popularity_for_narrators/$ [name='update_popularity_for_narrators']
  36. ^accounts/

The current path, classroom, 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.