Page not found (404)

Request Method: GET
Request URL: http://www.admates.club/broandsis_user/13

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

  1. ^admin/
  2. ^ ^$ [name='country_select']
  3. ^ ^(?P<country>\w{0,2})$ [name='index']
  4. ^ ^(?P<country>\w{0,2})/list/$ [name='list']
  5. ^ ^(?P<country>\w{0,2})/list/(?P<viam>\w{0,100})/(?P<vlookingfor>\w{0,100})/(?P<vinorderto>\w{0,100})/(?P<page>\w{0,100})/$ [name='list']
  6. ^ ^(?P<country>\w{0,2})/list/(?P<viam>\w{0,100})/(?P<vlookingfor>\w{0,100})/(?P<vinorderto>\w{0,100})/(?P<page>\w{0,100})/data/$ [name='list']
  7. ^ ^(?P<country>\w{0,2})/user_detail/(?P<id>[0-9]{0,10})/$ [name='user_detail']
  8. ^ ^(?P<country>\w{0,2})/user_detail/(?P<id>[0-9]{0,10})/data/$ [name='user_detail_data']
  9. ^ ^(?P<country>\w{0,2})/broandsis/$ [name='broandsis']
  10. ^ ^(?P<country>\w{0,2})/broandsis_user/(?P<pk>[0-9]{0,100})/$ [name='broandsis-detail']
  11. ^ ^(?P<country>\w{0,2})/profile/$ [name='profile']
  12. ^ ^(?P<country>\w{0,2})/profile/(?P<update>\w{0,20})/$ [name='profile_update']
  13. ^ ^(?P<country>\w{0,2})/about/$ [name='about']
  14. ^ ^(?P<country>\w{0,2})/submit/$ [name='submit']
  15. ^ ^(?P<country>\w{0,2})/privacy/$ [name='privacy']
  16. ^ ^(?P<country>\w{0,2})/terms/$ [name='terms']
  17. ^ ^(?P<country>\w{0,2})/login/$ [name='login']
  18. ^ ^(?P<country>\w{0,2})/reset_pwd/$ [name='reset_pwd']
  19. ^ ^(?P<country>\w{0,2})/reset_pwd/(?P<key_confirm>[-\w]{0,100})/$ [name='reset_pwd_confirm']
  20. ^ ^(?P<country>\w{0,2})/logout_user/ [name='logout_user']

The current path, broandsis_user/13, 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.