Page not found (404)

Request Method: GET
Request URL: http://keyfactsenergy.com/country_review/company/2475/view/Dvalin

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

  1. ^login/$ [name='login']
  2. ^logout/$ [name='logout']
  3. ^password_change/$ [name='password_change']
  4. ^password_change/done/$ [name='password_change_done']
  5. ^password_reset/$ [name='password_reset']
  6. ^password_reset/done/$ [name='password_reset_done']
  7. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  8. ^reset/done/$ [name='password_reset_complete']
  9. ^ckeditor/
  10. ^admin/
  11. ^impersonate/
  12. ^taggit_autosuggest_select2/
  13. ^unisponsorship/$ [name='unisponsorship']
  14. ^terms_and_conditions/$ [name='terms_and_conditions']
  15. ^news/
  16. ^dashboard/
  17. ^country_review/ ^region/markers.json$ [name='region-markers']
  18. ^country_review/ ^region/(?P<pk>[0-9]+)/view/$ [name='region-detail']
  19. ^country_review/ ^region/(?P<region_id>[0-9]+)/markers.json$ [name='country-markers']
  20. ^country_review/ ^country/(?P<pk>[0-9]+)/view/$ [name='country-detail']
  21. ^country_review/ ^company/(?P<pk>[0-9]+)/view/$ [name='company-detail']
  22. ^country_review/ ^history/(?P<pk>[0-9]+)/view/$ [name='history-detail']
  23. ^country_review/ ^fiscal_highlight/(?P<pk>[0-9]+)/view/$ [name='fiscal_highlight-detail']
  24. ^country_review/ ^licensing/(?P<pk>[0-9]+)/view/$ [name='licensing-detail']
  25. ^country_review/ ^activity/(?P<pk>[0-9]+)/view/$ [name='activity-detail']
  26. ^country_review/ ^no_subscription/$ [name='no_subscription']
  27. ^country_review/ ^search/$ [name='search']
  28. ^country_review/ ^$ [name='index']
  29. ^ ^$ [name='home']
  30. ^ ^contact/$ [name='contact']
  31. ^ ^about/$ [name='about']
  32. ^ ^search/$ [name='search']
  33. ^ ^ajax_latest_news/$ [name='ajax-latest-news']
  34. ^ ^ajax_news_filtered/$ [name='ajax-news-filtered']
  35. ^ ^farm_in_opportunity/list/$ [name='farm_in_opportunity-list']
  36. ^ ^farm_in_opportunity/(?P<pk>[0-9]+)/view/$ [name='farm_in_opportunity-detail']
  37. ^ ^energy_report/list/$ [name='energy_report-list']
  38. ^ ^energy_report/(?P<pk>[0-9]+)/view/$ [name='energy_report-detail']
  39. ^ ^directory/list/$ [name='directory-list']
  40. ^ ^directory/(?P<pk>[0-9]+)/$ [name='view-directory']
  41. ^ ^apply/sent/$ [name='member_success']
  42. ^ ^ajax/trial/$ [name='trial_request']
  43. ^ ^account/$ [name='my-account']
  44. ^ ^alert_preferences/$ [name='alert_preferences']
  45. ^ ^profile/$ [name='my-profile']
  46. ^ ^profile/address/add/$ [name='address-add']
  47. ^ ^profile/address/(?P<pk>[0-9]+)/edit/$ [name='address-edit']
  48. ^ ^profile/address/(?P<pk>[0-9]+)/delete/$ [name='address-delete']
  49. ^media\/(?P<path>.*)$
  50. ^400/$
  51. ^403/$
  52. ^404/$
  53. ^500/$

The current path, country_review/company/2475/view/Dvalin, 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.