Page not found (404)

Request Method: GET
Request URL: http://evrasia-ex.ru/novelties/

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

  1. ^favicon.ico$
  2. ^robots.txt$
  3. ^admin_tools/
  4. ^admin/
  5. ^media/(?P<path>.+)$
  6. ^ckeditor/
  7. ^api/fb_answers/$
  8. ^api/fb_response/$
  9. ^api/history/$
  10. ^api/user_room/$
  11. ^api/user_id/$
  12. ^api/sections/$
  13. ^api/sections/(?P<city_id>[-\w]+)/$
  14. ^api/dishes/$
  15. ^api/dishes/(?P<sid>[-\w]+)/(?P<city_id>[-\w]+)/$
  16. ^api/dish/(?P<nid>[-\w]+)/(?P<city_id>[-\w]+)/$
  17. ^api/dish/(?P<nid>[-\w]+)/$
  18. ^api/dish/$
  19. ^api/pages/(?P<page_slug>[-\w]+)/$
  20. ^api/pages/$
  21. ^api/page/(?P<page_slug>[-\w]+)/$
  22. ^api/page/$
  23. ^api/top_menu/$
  24. ^api/ingredients/get$
  25. ^api/ingredient/(?P<node_id>[-\w]+)/get$
  26. ^api/basket/$
  27. ^api/new_order/$
  28. ^api/order_info/$
  29. ^api/min_order_price/$
  30. ^api/add_complain/$
  31. ^api/news/(?P<nid>[-\w]+)/$
  32. ^api/news/$
  33. ^api/actions/$
  34. ^api/banner/$
  35. ^api/cities/$
  36. ^api/token/$
  37. ^api/request_call/$
  38. ^request_call/$
  39. ^$
  40. ^online$
  41. ^catalog/(?P<id>[-\w]+)/$
  42. ^catalog/$
  43. ^recipe/(?P<id>[-\w]+)/$
  44. ^search/$
  45. ^ingredients_count/$
  46. ^ingredients/search/$
  47. ^map/$
  48. ^pages/(?P<page_slug>[-\w]+)/$
  49. ^add_complain/$
  50. ^login/$
  51. ^logout/$
  52. ^unsubscribe/(?P<email>[\w.%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4})/$
  53. ^registration/$
  54. ^send_password/$
  55. ^update_password/$
  56. ^user_menu/$
  57. ^user_room/$
  58. ^profile/update/$
  59. ^new_order/$
  60. ^get_order_data/$
  61. ^get_order_sign/$
  62. ^payment/ok$
  63. ^payment/ok/$
  64. ^payment/fail$
  65. ^payment/fail/$
  66. ^promo_code/$
  67. ^cart/add/$
  68. ^cart/del/$
  69. ^cart/action_add/$
  70. ^cart/action_del/$
  71. ^cart/clear/$
  72. ^autocomplete/get_street/$
  73. ^actions/$

The current URL, novelties/, 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.