Page not found (404)

Request Method: GET
Request URL: http://web:8001/book/ya-vse-mogu-sam/%20

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

  1. ^favicon\.ico$
  2. ^price_list/$ [name='price_list']
  3. ^ ^$ [name='index']
  4. ^ ^book/(?P<slug>[-\w]+)/$ [name='book']
  5. ^ ^book-subscription/(?P<slug>[-\w]+)/$ [name='book_subscription']
  6. ^ ^book-unsubscribe/(?P<slug>[-\w]+)/$ [name='book_unsubscribe']
  7. ^ ^ajax/book/(?P<pk>[\d]+)/$ [name='book_ajax']
  8. ^ ^ajax/book/(?P<image>image)/(?P<pk>[\d]+)/$ [name='book_ajax']
  9. ^ ^books/$ [name='books']
  10. ^ ^all-books/$ [name='all-books']
  11. ^ ^all-books/(?P<filter>[\w]+)/$ [name='all-books']
  12. ^ ^all-books/(?P<filter>[\w]+)/(?P<category_slug>[-\w]+)/$ [name='all-books']
  13. ^ ^bestsellers/$ [name='books_bestsellers']
  14. ^ ^books_new/$ [name='books_new']
  15. ^ ^soon/$ [name='books_soon']
  16. ^ ^books/(?P<filter>[\w]+)/(?P<category_slug>[-\w]+)/$ [name='books']
  17. ^ ^books/(?P<filter>[\w]+)/$ [name='books']
  18. ^ ^author/(?P<slug>[-\w]+)/$ [name='author']
  19. ^ ^ajax/author/(?P<pk>[\d]+)/$ [name='author_ajax']
  20. ^ ^ajax/author/(?P<image>image)/(?P<pk>[\d]+)/$ [name='author_ajax']
  21. ^ ^authors/$ [name='authors']
  22. ^ ^series/(?P<slug>[-\w]+)/$ [name='serie']
  23. ^ ^ajax/post/(?P<pk>[\d]+)/$
  24. ^ ^comments/
  25. ^ ^review/(?P<pk>[\d]+)/$ [name='review']
  26. ^ ^yandex_market/
  27. ^ ^robots.txt
  28. ^ ^twilio
  29. ^ ^books_kits/$ [name='books_kits']
  30. ^ ^books_kit/(?P<slug>[-\w]+)/$ [name='books_kit']
  31. ^ ^book-page/(?P<book_pk>[\d]+)/(?P<page_slug>[-\w]+)/$ [name='book-page']
  32. ^admin/doc/
  33. ^admin/
  34. ^nedoshop/
  35. ^ ^blog/$ [name='blog']
  36. ^ ^post/(?P<slug>[-\w]+)/$ [name='post']
  37. ^user/
  38. ^admin/filebrowser/
  39. ^tinymce/
  40. ^uploadify/
  41. ^search/ [name='careerpress_search']
  42. ^login/(?P<backend>[^/]+)/$ [name='socialauth_begin']
  43. ^complete/(?P<backend>[^/]+)/$ [name='socialauth_complete']
  44. ^associate/(?P<backend>[^/]+)/$ [name='socialauth_associate_begin']
  45. ^associate/complete/(?P<backend>[^/]+)/$ [name='socialauth_associate_complete']
  46. ^disconnect/(?P<backend>[^/]+)/$ [name='socialauth_disconnect']
  47. ^disconnect/(?P<backend>[^/]+)/(?P<association_id>[^/]+)/$ [name='socialauth_disconnect_individual']
  48. ^media/(?P<path>.*)$

The current URL, book/ya-vse-mogu-sam/ , 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.