Page not found (404)

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

Using the URLconf defined in bwhotelier.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. ^create-json/(?P<secret_key>[\w$.?!(),:\'"+-]+)/$
  8. ^rss/editors-picks-article.xml$
  9. ^rss/all-article.xml$
  10. ^rss/important-articles.xml$
  11. ^rss/columnist-articles.xml$
  12. ^rss/interviews.xml$
  13. ^rss/news-article.xml$
  14. ^rss/web-exclusive-articles.xml$
  15. ^rss/todays-article.xml$
  16. ^rss/latest-article.xml$
  17. ^rss/channel-feed-articles.xml$
  18. ^rss/(?P<category_name>[\w$.?!(),:\'+-]+)-(?P<category_id>\d+).xml$
  19. ^rss/flipboard/(?P<category_name>[\w$.?!(),:\'+-]+)-(?P<category_id>\d+).xml$
  20. ^rss/facebook/latest-articles.xml$
  21. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  22. ^all-article\.xml$ [name='all-article']
  23. ^news\.xml$ [name='news']
  24. ^communities-content/
  25. ^article/(?P<article_title>[\w$.?!(),:\'"+-]+)/(?P<article_published_date>[\w-]+)-(?P<article_id>\d+)/$
  26. ^article/comments/(?P<article_title>[\w$.?!(),:\'"+-]+)/(?P<article_published_date>[\w-]+)-(?P<article_id>\d+)/$
  27. ^amp/article/(?P<article_title>[\w$.?!(),:\'"+-]+)/(?P<article_published_date>[\w-]+)-(?P<article_id>\d+)/$
  28. ^web-exclusive
  29. ^events-listing
  30. ^sponsor/(?P<sponsoredposts_title>[\w$.?!(),:\'+-]+)/(?P<sponsoredposts_published_date>[\w-]+)-(?P<sponsoredposts_id>\d+)/$
  31. ^author/(?P<author_type>[\w$.?!(),:\'+-]+)/(?P<author_name>[\w$.?!(),:\'+-]+)-(?P<author_id>\d+)/$
  32. ^author-load/(?P<author_type>[\w$.?!(),:\'+-]+)/(?P<author_id>\d+)/$
  33. ^all-interviews/$
  34. ^all-articles/$ [name='recent_articles_listing']
  35. ^all-articles-features/$ [name='recent_articlesimportant_listing']
  36. ^all-articles-load/$
  37. ^category/(?P<category_name>[\w$.?!(),:\'+-]+)-(?P<category_id>\d+)/$
  38. ^category-list/(?P<category_id>\d+)/$
  39. ^column/(?P<column_name>[\w$.?!(),:\'+-]+)-(?P<column_id>\d+)/$
  40. ^topics/(?P<topic_name>[\w$.?!(),:\'+-]+)-(?P<topic_id>\d+)/$
  41. ^topics-list/(?P<topic_id>\d+)/$
  42. ^tags/(?P<tag_name>[\w$.?!(),:\'+-]+)-(?P<tag_id>\d+)/$
  43. ^tags-list/(?P<tag_id>\d+)/$
  44. ^newsletter_Subscriber_details/$
  45. ^author_newsletter_Subscriber_details/$
  46. ^exclusive_articles_header/$ [name='exclusive_articles_header']
  47. ^columns_data_header/$
  48. ^exclusiveonweb/$
  49. ^bwtv_articles_header/$
  50. ^popular_articles/$
  51. ^event_articles_header/$
  52. ^event_listing_by_ajax/$
  53. ^columns/$
  54. ^online-exclusive/$
  55. ^bw-event/$
  56. ^business-news/$
  57. ^business-opinion-analysis/$
  58. ^business-feature-stories/$
  59. ^date/(?P<article_published_date>[\w-]+)/$
  60. ^master-newsletter/$
  61. ^master-newsletter/(?P<id>\d+)/$
  62. ^bw-past-event/$
  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.