Page not found (404)

Request Method: GET
Request URL: https://spiranca.com/fast-and-furiouss-dwayne-johnson-refuses-to-be-dragged-into-bullshit-feud-with-co-star-tyrese-gibson/

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

  1. admin/
  2. cart/
  3. [name='homepage']
  4. listed-products/ [name='homepage']
  5. products/ [name='products-list']
  6. category/<slug:category_slug>/ [name='category']
  7. product/<int:id>/ [name='product']
  8. scooter_repair/ [name='scooter_repair']
  9. about/ [name='about']
  10. contact/ [name='contact']
  11. checkout/ [name='checkout']
  12. order_success/ [name='order_success']
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

The current path, fast-and-furiouss-dwayne-johnson-refuses-to-be-dragged-into-bullshit-feud-with-co-star-tyrese-gibson/, 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.