Page not found (404)

Request Method: GET
Request URL: http://opendata.cap.ru/feedback/

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

  1. ^grappelli/
  2. ^admin
  3. ^dashboard/
  4. ^news/
  5. ^faqs/$ [name='faq_list']
  6. ^requests/
  7. ^login$ [name='login']
  8. ^logout$ [name='logout']
  9. ^robots.txt$
  10. ^sitemap\.xml$
  11. ^$ [name='index']
  12. ^all$
  13. ^category/(?P<id>\d+)/$
  14. ^about$ [name='about']
  15. ^map$
  16. get_coords_main$
  17. get_coords$ [name='get_coords']
  18. ^orgs/$
  19. ^opendata/$
  20. ^opendata_check/$
  21. ^opendata/list.csv [name='export_reestr_csv']
  22. ^opendata_check_list/ [name='export_reestr_csv_check']
  23. ^list.csv [name='export_reestr_list']
  24. ^opendata/opendatalist.csv [name='export_reestr_csv']
  25. ^(?P<inn>\d+)$ [name='org']
  26. ^(?P<structure>.*)/structure-(?P<date>\d{8}).csv$ [name='export_to_description']
  27. ^(?P<data>[-A-Za-z0-9_\.]+)/meta.csv [name='export_pasport']
  28. ^(?P<data>[-A-Za-z0-9_\.]+)/data-(?P<date1>\d{8})-structure-(?P<date2>\d{8}).csv [name='export_to_csv']
  29. ^opendata/(?P<org_name>[-A-Za-z0-9_\.]+)/$ [name='opendata_page']
  30. ^(?P<org_name>[-A-Za-z0-9_\.]+)$ [name='page']
  31. ^search/$
  32. ^editcategory/$
  33. ^catpages/(?P<id>\d+)/$
  34. ^editpage/(?P<id>\d+)/$
  35. ^newpage/(?P<id>\d+)/$
  36. ^delpage/(?P<id>\d+)/$
  37. change_pasport$
  38. add_structure$
  39. add_pasport$
  40. get_all_pages$
  41. get_cat_page$
  42. get_category_pages$
  43. get_category_pages_no_login
  44. get_page_info$
  45. get_geo_data$
  46. get_geo_all_data$
  47. get_org_pages$
  48. import_excel_data/(?P<id>\d+)$
  49. ^captcha/
  50. ^media/(.*)$
  51. ^static/(.*)$
  52. ^stats/$ [name='common_stats']
  53. ^likes/

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