Page not found (404)

Request Method: GET
Request URL: http://nrsa.gov.gh/index.php/statistics/2010-2014-statistics

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

  1. django-admin/
  2. admin/
  3. documents/
  4. site-search-x01-csd-12 [name='search']
  5. api/v2/
  6. mail/
  7. __debug__/
  8. statistics/accidents/
  9. 401/ [name='unauthorized']
  10. activity-data-views/<category>/<page>/ [name='categorized_pages']
  11. past-events-data-views/<parent>/<page>/<sort> [name='past_events']
  12. news-data-views/<parent>/<page>/<sort> [name='get_news']
  13. categorized-research/<parent>/<page>/<category>/<sort> [name='categorized_research']
  14. categorized-publication/<parent>/<page>/<category>/<sort> [name='categorized_publications']
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$
  17. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  18. _util/login/ [name='wagtailcore_login']
  19. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, index.php/statistics/2010-2014-statistics, 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.