Page not found (404)

Request Method: GET
Request URL: https://samakitchen.com/spare-parts.php

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

  1. ^admin/
  2. ^ ^$ [name='home']
  3. ^ ^landing/(?P<slug>[-\w\d]+)/$ [name='landing']
  4. ^ ^product/(?P<slug>[-\w\d]+)/$ [name='product']
  5. ^ ^shop/(?P<slug>[-\w\d]+)/$ [name='shop']
  6. ^ ^brand/(?P<slug>[-\w\d]+)/$ [name='brand']
  7. ^ ^enquiry/$ [name='enquiry_core']
  8. ^ ^featured-products/$ [name='featured_products']
  9. ^ ^offerd_products/$ [name='offerd_products']
  10. ^ ^contact/$ [name='contact']
  11. ^ ^search/$ [name='search']
  12. ^ ^filter/$ [name='filter']
  13. ^ ^product_catlog/$ [name='product_catlog']
  14. ^ ^get_products_search/$ [name='get_products_search']
  15. ^ ^search/product/$ [name='product_search']
  16. ^ ^sitemap\.xml$
  17. ^ ^robots\.txt$
  18. ^manager/
  19. ^ckeditor/
  20. ^static\/(?P<path>.*)$
  21. ^media\/(?P<path>.*)$

The current path, spare-parts.php, 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.