Page not found (404)

Request Method: GET
Request URL: http://alnajah.info/where-to-buy-thyme/waste-of-thyme-why-do-we-have-to-buy-more-herbs-than-recipes-call-for-where/

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

  1. admin/
  2. [name='dashboard']
  3. login/ [name='admin_login']
  4. logout/ [name='admin_logout']
  5. settings/ [name='settings']
  6. admin_password_update/ [name='admin_password_update']
  7. service/ [name='service']
  8. add_service/ [name='add_service']
  9. get_service_details/ [name='get_service_details']
  10. getAll_service_details/ [name='getAll_service_details']
  11. edit_service/ [name='edit_service']
  12. delete_service/<int:service_id>/ [name='delete_service']
  13. customers/ [name='customers']
  14. get_all_customers/ [name='get_all_customers']
  15. get_service_list/ [name='get_service_list']
  16. viewCustomer_price/ [name='viewCustomer_price']
  17. get_customer_service/<int:customer_id>/ [name='get_customer_service']
  18. check_customer_isExist/ [name='check_customer_isExist']
  19. add_customer_service/ [name='add_customer_service']
  20. get_customer/ [name='get_customer']
  21. update_customer_service/ [name='update_customer_service']
  22. delete_customer_service/<int:customer_id>/ [name='delete_customer_service']
  23. delete_single_customer_service/<int:customer_id>/<int:service_id>/ [name='delete_single_customer_service']
  24. managebill/ [name='managebill']
  25. purchase/ [name='purchase']
  26. previewbill/<int:bill_id>/ [name='previewbill']
  27. get_bill_details/<int:bill_id>/ [name='get_bill_details']
  28. add_bill_item/<int:bill_id>/ [name='add_bill_item']
  29. delete_bill_item/<int:billitem_id>/ [name='delete_bill_item']
  30. create_customer_service_bill/<int:customer_id>/ [name='create_customer_service_bill']
  31. getbillitem/<int:id>/ [name='getbillitem']
  32. updatebillitem/<int:id>/ [name='updatebillitem']
  33. updatebill/<int:id>/ [name='updatebill']
  34. salesreports [name='salesreports']
  35. walkInpurchase/ [name='walkInpurchase']
  36. create_WalkIn_bill/ [name='create_WalkIn_bill']
  37. WalkInPreviewbill/<int:bill_id>/ [name='WalkInPreviewbill']
  38. getWalkIn_bill_details/<int:bill_id>/ [name='getWalkIn_bill_details']
  39. getWalkInbillitem/<int:id>/ [name='getWalkInbillitem']
  40. addWalkIn_bill_item/<int:bill_id>/ [name='addWalkIn_bill_item']
  41. updateWalkInbillitem/<int:id>/ [name='updateWalkInbillitem']
  42. updateWalkInbill/<int:id>/ [name='updateWalkInbill']
  43. deleteWalkIn_bill_item/<int:billitem_id>/ [name='deleteWalkIn_bill_item']
  44. add_service_inside_WalkInBill [name='add_service_inside_WalkInBill']
  45. ^static/(?P<path>.*)$

The current path, where-to-buy-thyme/waste-of-thyme-why-do-we-have-to-buy-more-herbs-than-recipes-call-for-where/, 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.