Page not found (404)

Request Method: GET
Request URL: http://qa.nmrwiki.org/users/sankarampadiaravamudhan/

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

  1. ^people/
  2. ^ ^$
  3. ^ ^sitemap.xml$
  4. ^ ^favicon\.ico$
  5. ^ ^favicon\.gif$
  6. ^ ^content/(?P<path>.*)$
  7. ^ ^upfiles/(?P<path>.*)$
  8. ^ ^signin//$
  9. ^ ^about/$
  10. ^ ^faq/$
  11. ^ ^privacy/$
  12. ^ ^logout/$
  13. ^ ^answers/(?P<id>\d+)/comments/$
  14. ^ ^answers/(?P<id>\d+)/edit/$
  15. ^ ^answers/(?P<id>\d+)/revisions/$
  16. ^ ^questions/$
  17. ^ ^questions/ask/$
  18. ^ ^questions/unanswered/$
  19. ^ ^questions/(?P<id>\d+)/edit/$
  20. ^ ^questions/(?P<id>\d+)/close/$
  21. ^ ^questions/(?P<id>\d+)/reopen/$
  22. ^ ^questions/(?P<id>\d+)/answer/$
  23. ^ ^questions/(?P<id>\d+)/vote/$
  24. ^ ^questions/(?P<id>\d+)/revisions/$
  25. ^ ^questions/(?P<id>\d+)/comments/$
  26. ^ ^command/$
  27. ^ ^questions/(?P<object_id>\d+)/comments/(?P<comment_id>\d+)/delete/$
  28. ^ ^answers/(?P<object_id>\d+)/comments/(?P<comment_id>\d+)/delete/$
  29. ^ ^question/(?P<id>\d+)/
  30. ^ ^tags/$
  31. ^ ^tags/(?P<tag>[^/]+)/$
  32. ^ ^mark-tag/interesting/(?P<tag>[^/]+)/$
  33. ^ ^mark-tag/ignored/(?P<tag>[^/]+)/$
  34. ^ ^unmark-tag/(?P<tag>[^/]+)/$
  35. ^ ^users/$
  36. ^ ^moderate-user/(?P<id>\d+)/$
  37. ^ ^users/(?P<id>\d+)/edit/$
  38. ^ ^users/(?P<id>\d+)//*
  39. ^ ^badges/$
  40. ^ ^badges/(?P<id>\d+)//*
  41. ^ ^messages/markread/$
  42. ^ ^feeds/(?P<url>.*)/$
  43. ^ ^upload/$
  44. ^ ^books/$
  45. ^ ^books/ask/(?P<short_name>[^/]+)/$
  46. ^ ^books/(?P<short_name>[^/]+)/$
  47. ^ ^search/$
  48. ^ ^feedback/$
  49. ^ ^account/
  50. ^ ^i18n/

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