Page not found (404)

Request Method: GET
Request URL: https://kwenda.co/cotton-shower-curtains-extra-long/cotton-shower-curtains-extra-long-posh-extra-long-white-cotton-shower-curtain-outstanding-white-shower-curtain-extra-long-mildew-resistant-clear-white-fabric-shower-curtain-extra-long/

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

  1. admin/
  2. [name='Home']
  3. hotel_search/ [name='hotel_search']
  4. contact/ [name='contact']
  5. blog/ [name='blog']
  6. blog_single/<int:pk>/ [name='blog_single']
  7. blog_searched/ [name='blog_search']
  8. about/ [name='about']
  9. success/ [name='success']
  10. room_details/<int:pk>/ [name='room-details']
  11. room_details/<int:pk>/reviews/ [name='room_reviews']
  12. room_details/booking-form/ [name='room-details-book']
  13. hotel/booking/payments/ [name='hotel-payment']
  14. process-booking/<uuid:payment_id>/ [name='process-booking']
  15. room-receipt/ [name='hotel-receipt']
  16. room_summary/ [name='room-summary']
  17. places/<int:pk>/ [name='places']
  18. tag_index/<slug:tag_slug>/ [name='tag-filtered']
  19. policy/ [name='policy']
  20. flight-depature/ [name='flight-depature-suggestions']
  21. flight-destination/ [name='flight-destination-suggestions']
  22. hotel_location/ [name='hotel-location']
  23. locations/restaurants/<slug:rest_slug>/ [name='rest-location']
  24. categories/restaurants/<slug:cat_slug>/ [name='rest-cat']
  25. mpamba-hotel-payment/ [name='mpamba-hotel-payment']
  26. fetch-mpamba-payment-status/<str:transaction_id>/ [name='fetch-mpamba-payment-status']
  27. mpamba-payment/pending/<str:transaction_id>/<uuid:payment_id>/ [name='mpamba_payment_pending']
  28. hotel-card-payment/ [name='hotel-card-payment']
  29. purchase-declined/ [name='purchase-declined']
  30. purchased/ [name='purchased']
  31. declined/ [name='declined']
  32. purchase-failed/ [name='purchase-failed']
  33. airtel-hotels-mobile-payments/ [name='airtel-hotels-mobile-payments']
  34. fetch-airtel-payment-status/<str:transaction_id>/ [name='fetch-airtel-transaction-status']
  35. ap-processing/<str:transaction_id>/<uuid:payment_id>/ [name='pending-airtel-payment']
  36. process-paypal/ [name='process-paypal-payment']
  37. api/
  38. md/
  39. tickets/
  40. restaurants/
  41. buses-and-trains/
  42. airport_taxi/
  43. cars/
  44. events/
  45. orders/
  46. register/ [name='register']
  47. login/ [name='login']
  48. password_reset/ [name='pwdreset']
  49. password_reset_confirm/<uidb64>/<token> [name='password_reset_confirm']
  50. password_reset/password_reset_email_confirm/ [name='password_reset_done']
  51. password_reset_confirm/Mg/password_reset_complete/ [name='password_reset_complete']
  52. logout/ [name='logout']
  53. ^media/(?P<path>.*)$

The current path, cotton-shower-curtains-extra-long/cotton-shower-curtains-extra-long-posh-extra-long-white-cotton-shower-curtain-outstanding-white-shower-curtain-extra-long-mildew-resistant-clear-white-fabric-shower-curtain-extra-long/, 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.