Page not found (404)

Request Method: GET
Request URL: http://buildrome.com/newsfaq/newslistb/

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

  1. winweibase/
  2. ^password_reset/done/$ [name='password_reset_done']
  3. ^password_change/done/$ [name='password_change_done']
  4. ^password_reset/complete/$ [name='password_reset_complete']
  5. accounts/
  6. accounts/
  7. forallyedit/
  8. contactus/
  9. newsfaq/ inputnews/ [name='input_news']
  10. newsfaq/ newslist/ [name='news_list']
  11. newsfaq/ ^newslist/(?P<kind>\w+)$ [name='news_list']
  12. newsfaq/ ^newslist/(?P<kind>\w+)/(?P<year>\w+)$ [name='news_list']
  13. newsfaq/ ^news/(?P<pk>\d+)/$ [name='news_detail']
  14. newsfaq/ ^updatenews/(?P<pk>\d+)/$ [name='update_news']
  15. newsfaq/ ^deletenews/(?P<pk>\d+)/$ [name='delete_news']
  16. newsfaq/ inputportfolio/ [name='input_portfolio']
  17. newsfaq/ portfoliolist/ [name='portfolio_list']
  18. newsfaq/ ^portfoliolist/(?P<kind>\w+)$ [name='portfolio_list']
  19. newsfaq/ ^portfoliolist/(?P<kind>\w+)/(?P<year>\w+)$ [name='portfolio_list']
  20. newsfaq/ ^updateportfolio/(?P<pk>\d+)/$ [name='update_portfolio']
  21. newsfaq/ ^deleteportfolio/(?P<pk>\d+)/$ [name='delete_portfolio']
  22. newsfaq/ inputinformation/ [name='input_information']
  23. newsfaq/ informationlist/ [name='information_list']
  24. newsfaq/ ^updateinformation/(?P<pk>\d+)/$ [name='update_information']
  25. newsfaq/ ^deleteinformation/(?P<pk>\d+)/$ [name='delete_information']
  26. newsfaq/ faqlist/ [name='faq_list']
  27. newsfaq/ ^faq/(?P<pk>\d+)/$ [name='faq_detail']
  28. member/
  29. extendtime/
  30. registercompany/
  31. captcha/
  32. [name='main']
  33. index/ [name='index']
  34. intro/ [name='intro']
  35. teach/ [name='teach']
  36. price/ [name='price']
  37. private/ [name='private']
  38. term/ [name='term']
  39. about/ [name='about']
  40. service_mold/ [name='service_mold']
  41. service_structure_estimation/ [name='service_structure_estimation']
  42. service_decoration_estimation/ [name='service_decoration_estimation']
  43. service_other/ [name='service_other']
  44. charges/ [name='charges']
  45. news/ [name='news']
  46. news_2/ [name='news_2']
  47. portfolio/ [name='portfolio']
  48. process/ [name='process']
  49. download/ [name='download']
  50. privacy/ [name='privacy']
  51. member-agreement/ [name='member-agreement']
  52. tech_pillar_bar/ [name='tech_pillar_bar']
  53. tech_girder_bar/ [name='tech_girder_bar']
  54. tech_slab_bar/ [name='tech_slab_bar']
  55. tech_wall_bar/ [name='tech_wall_bar']
  56. tech_stairs_bar/ [name='tech_stairs_bar']
  57. decorate_demand/ [name='decorate_demand']
  58. quantity_confirm/ [name='quantity_confirm']
  59. ^static/(?P<path>.*)$
  60. ^media/(?P<path>.*)$

The current path, newsfaq/newslistb/, 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.