Page not found (404)

Request Method: GET
Request URL: https://www.posta.co.tz/RENTALFEE.htm

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

  1. admin/
  2. [name='index']
  3. lang [name='lang']
  4. logout/ [name='logout']
  5. question-list [name='question_list']
  6. question-add [name='question_answer']
  7. question-update/<int:pk> [name='question_update']
  8. question-delete/<int:pk> [name='question_delete']
  9. home [name='dashboard']
  10. login [name='login']
  11. users [name='list_user']
  12. news-post [name='news_post']
  13. news-list [name='news_list']
  14. pages-list [name='page_list']
  15. ment-post [name='ment_post']
  16. ment-list [name='ment_list']
  17. video-list [name='video_list']
  18. video-post [name='video_post']
  19. pub-list [name='pub_list']
  20. pub-post [name='pub_post']
  21. question-post [name='question_post']
  22. contact-list [name='contact_list']
  23. contact-post [name='contact_post']
  24. user-list [name='user_list']
  25. user-add [name='user_add']
  26. page/<int:id> [name='update_page']
  27. ebusiness [name='biashara_mtandao']
  28. normal-trans [name='usafiri_kawaida']
  29. fast-trans [name='usafiri_haraka']
  30. fas [name='uwakala_fedha']
  31. announcement [name='announcement']
  32. publication [name='publication']
  33. bureau-de-change [name='fedha_za_kigeni']
  34. real-estate [name='upangishaji_miliki']
  35. faq [name='faq']
  36. partner [name='partner']
  37. pmg [name='pmg']
  38. habari [name='habari']
  39. video [name='video']
  40. contact [name='contact']
  41. stock [name='uwekezaji']
  42. service-center [name='huduma_pamoja']
  43. history [name='kuhusu']
  44. board [name='board']
  45. management [name='menejimenti']
  46. regional-managers [name='viongozi_mikoa']
  47. leadership-structure [name='muundo_uongozi']
  48. mission-and-vision [name='dhima_dira']
  49. news/<slug:slug> [name='post_detail']
  50. news-update/<int:pk> [name='update_news']
  51. news-delete/<int:pk> [name='delete_news']
  52. video-delete/<int:pk> [name='delete_video']
  53. video-update/<int:pk> [name='update_video']
  54. ment-delete/<int:pk> [name='delete_ment']
  55. ment-update/<int:pk> [name='update_ment']
  56. ment-detail/<int:pk> [name='ment_detail']
  57. pub-delete/<int:pk> [name='delete_pub']
  58. pub-update/<int:pk> [name='update_pub']
  59. user-delete/<int:pk> [name='delete_user']
  60. create-user [name='create_user']
  61. profile [name='profile']
  62. profile/profile-update [name='profile_update']
  63. profile/upload/ [name='file_upload']
  64. tarrif [name='tarrif']
  65. ems-domestic-tarrif [name='ems-domestic-tarrif']
  66. ems-international-tarrif [name='ems-international-tarrif']
  67. mail_tarrif [name='mail_tarrif']
  68. register-domestic-tarrif [name='register-domestic-tarrif']
  69. parcel-domestic-tarrif [name='parcel-domestic-tarrif']
  70. register-international-tarrif [name='register-international-tarrif']
  71. parcel-international-tarrif [name='parcel-international-tarrif']
  72. ckeditor/upload/ [name='ckeditor_upload']
  73. ckeditor/browse/ [name='ckeditor_browse']
  74. ^media\/(?P<path>.*)$
  75. ^static\/(?P<path>.*)$
  76. ^media\/(?P<path>.*)$

The current path, RENTALFEE.htm, 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.