Page not found (404)

Request Method: GET
Request URL: https://www.peer-systems.com/about/4593318416

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

  1. admin/
  2. [name='intro']
  3. home/ [name='home']
  4. financial_definitions/ [name='financial_definitions']
  5. about_us/ [name='about']
  6. faq/ [name='faq']
  7. terms_of_use/ [name='terms_of_use']
  8. privacy_policy/ [name='privacy_policy']
  9. disclosure_and_disclaimer/ [name='disclosure_and_disclaimer']
  10. 404/ [name='404']
  11. error/ [name='error']
  12. myth_busters/ [name='myth_busters']
  13. myth_busters/game/<order>/ [name='myth_busters_game']
  14. myth_busters/result/ [name='myth_busters_result']
  15. daily_statistics/ [name='daily_statistics']
  16. survey/demographic/<order> [name='survey_demographic']
  17. survey/<order> [name='main_survey']
  18. results/ [name='results']
  19. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  20. ^media/(?P<path>.*)$

The current path, about/4593318416, 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.