Page not found (404)

Request Method: GET
Request URL: http://bwdefence.businessworld.in/author/BW-Online-Bureau/-

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

  1. ^admin/
  2. ^$
  3. ^search/articles/
  4. ^search/authors/
  5. ^search/sponsor/
  6. ^robots\.txt/$
  7. ^rss/editors-picks-article.xml$
  8. ^rss/all-article.xml$
  9. ^rss/important-articles.xml$
  10. ^rss/columnist-articles.xml$
  11. ^rss/interviews.xml$
  12. ^rss/news-article.xml$
  13. ^rss/web-exclusive-articles.xml$
  14. ^rss/todays-article.xml$
  15. ^rss/latest-article.xml$
  16. ^rss/channel-feed-articles.xml$
  17. ^rss/(?P<category_name>[\w$.?!(),:\'+-]+)-(?P<category_id>\d+).xml$
  18. ^rss/flipboard/(?P<category_name>[\w$.?!(),:\'+-]+)-(?P<category_id>\d+).xml$
  19. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  20. ^all-article\.xml$ [name='all-article']
  21. ^news\.xml$ [name='news']
  22. ^communities-content/
  23. ^article/(?P<article_title>[\w$.?!(),:\'"+-]+)/(?P<article_published_date>[\w-]+)-(?P<article_id>\d+)/$
  24. ^amp/article/(?P<article_title>[\w$.?!(),:\'"+-]+)/(?P<article_published_date>[\w-]+)-(?P<article_id>\d+)/$
  25. ^article/comments/(?P<article_title>[\w$.?!(),:\'"+-]+)/(?P<article_published_date>[\w-]+)-(?P<article_id>\d+)/$
  26. ^web-exclusive
  27. ^events-listing
  28. ^sponsor/(?P<sponsoredposts_title>[\w$.?!(),:\'+-]+)/(?P<sponsoredposts_published_date>[\w-]+)-(?P<sponsoredposts_id>\d+)/$
  29. ^author/(?P<author_type>[\w$.?!(),:\'+-]+)/(?P<author_name>[\w$.?!(),:\'+-]+)-(?P<author_id>\d+)/$
  30. ^author-load/(?P<author_type>[\w$.?!(),:\'+-]+)/(?P<author_id>\d+)/$
  31. ^all-articles/$ [name='recent_articles_listing']
  32. ^all-articles-load/$
  33. ^category/(?P<category_name>[\w$.?!(),:\'+-]+)-(?P<category_id>\d+)/$
  34. ^category-list/(?P<category_id>\d+)/$
  35. ^column/(?P<column_name>[\w$.?!(),:\'+-]+)-(?P<column_id>\d+)/$
  36. ^topics/(?P<topic_name>[\w$.?!(),:\'+-]+)-(?P<topic_id>\d+)/$
  37. ^topics-list/(?P<topic_id>\d+)/$
  38. ^tags/(?P<tag_name>[\w$.?!(),:\'+-]+)-(?P<tag_id>\d+)/$
  39. ^tags-list/(?P<tag_id>\d+)/$
  40. ^create-json/(?P<secret_key>[\w$.?!(),:\'"+-]+)/$
  41. ^newsletter_Subscriber_details/$
  42. ^author_newsletter_Subscriber_details/$
  43. ^exclusive_articles_header/$ [name='exclusive_articles_header']
  44. ^columns_data_header/$
  45. ^exclusiveonweb/$
  46. ^bwtv_articles_header/$
  47. ^popular_articles/$
  48. ^event_articles_header/$
  49. ^event_listing_by_ajax/$
  50. ^columns/$
  51. ^online-exclusive/$
  52. ^bw-event/$
  53. ^business-news/$ [name='news_articles']
  54. ^business-opinion-analysis/$
  55. ^interview_articles/$
  56. ^business-feature-stories/$
  57. ^date/(?P<article_published_date>[\w-]+)/$
  58. ^master-newsletter/$
  59. ^bw-past-event/$
  60. ^quickbytes/(?P<quick_byte_title>[\w$.?!(),:\'+-]+)/(?P<quick_byte_published_date>[\w-]+)-(?P<quick_byte_id>\d+)/$
  61. ^quickbytes/(?P<quick_byte_title>[\w$.?!(),:\'+-]+)/(?P<quick_byte_id>\d+)/(?P<quick_byte_image_name>[\w$.?!(),:\'+-]+)-(?P<quick_byte_image_id>\d+)/$
  62. ^all-quickbytes/$
  63. ^magazine-issues/(?P<year>\d+)/(?P<title>[\w$.?+-]+)-(?P<magazine_id>\d+)/web-view/$
  64. ^magazine-issues/(?P<year>\d+)/$
  65. ^all-videos/$
  66. ^video/(?P<video_title>[\w$.?!(),:\'"+-]+)/(?P<updated_at>[\w-]+)-(?P<video_id>\d+)/$
  67. ^photoshoot/$
  68. ^all-photo-features/$
  69. ^photo-feature/(?P<photo_shoot_title>[\w$.?!(),:\'"+-]+)/(?P<photo_shoot_updated_at>[\w-]+)-(?P<photo_shoot_id>\d+)/$
  70. ^google4f73e6c07e7339f8.html/$
  71. ^business-of-entertainment/$
  72. ^rss-feed/$
  73. ^(?P<category_name>[\w$.?!(),:\'+-]+)/$
  74. ^tags/(?P<tag_name>[\w$.?!(),:\'+-]+)/$
  75. ^(?P<category_name>[\w$.?!(),:\'+-]+)/(?P<article_title>[\w$.?!(),:\'"+-]+)/$

The current URL, author/BW-Online-Bureau/-, 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.