Page not found (404)

Request Method: GET
Request URL: http://sribna-rosa.com.ua/products.html

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

  1. ^admin/
  2. ^$ [name='main_page']
  3. ^ ^page/(?P<slug>[\w:-]+)/$ [name='context_page']
  4. ^ ^about_water/ [name='water']
  5. ^ ^contact/ [name='contact']
  6. ^ ^productions_detail/ [name='products_detail']
  7. ^ ^order_product/ [name='order_product']
  8. ^ ^thanks_for_order/ [name='thanks']
  9. ^ ^thanks_order/ [name='thanks_notonline']
  10. ^ ^thanks_for_feedback/ [name='thanks_feedback']
  11. ^ ^password_save/ [name='password_save']
  12. ^ ^check_new_order/ [name='check_new_order']
  13. ^oauth/
  14. ^user/
  15. ^ajax/
  16. ^filer/
  17. ^rosetta/
  18. ^uploads\/(?P<path>.*)$
  19. ^static\/(?P<path>.*)$

The current URL, products.html, 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.