Page not found (404)

Request Method: GET
Request URL: http://grinvich.com/action/stan_blogerom_rendez_vous/
Raised by: legacy.views.ActionDetailView

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

  1. testimage/ [name='test_image']
  2. admin/looks/<int:pk>/update/ [name='admin_look_update']
  3. admin/look-list/$
  4. admin/looks/create/ [name='admin_look_create']
  5. admin/products/<int:pk>/update/ [name='admin_product_update']
  6. admin/products/create/ [name='admin_product_create']
  7. admin/product-list/
  8. admin/instance/ [name='create_instance']
  9. admin/
  10. ckeditor/
  11. new/ [name='home_new']
  12. search/ [name='search']
  13. looks-<slug:slug>/ [name='category']
  14. products/<slug:slug>/ [name='product']
  15. products/ [name='products']
  16. map/ [name='map']
  17. map_app/ [name='map_app']
  18. stockmann/ [name='stockmann']
  19. people/ [name='people']
  20. code/<int:pk>/ [name='mcode']
  21. zolotoy/ [name='zolotoy']
  22. collage/ [name='secret22']
  23. catalog/<slug:slug>/ [name='catalog']
  24. catalog/ [name='catalog_main']
  25. [name='home']
  26. pages/
  27. api/
  28. arendator/
  29. accounts/
  30. contact_form/ [name='contact-form']
  31. privacy/ [name='privacy']
  32. look/
  33. advertising/
  34. profile/
  35. action/<slug:slug>/ [name='action_detail']

The current path, action/stan_blogerom_rendez_vous/, 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.