Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:9000/pink-purple-mens-nike-kyrie-2-shoes-footfactory_en

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

  1. admin/fill [name='fill']
  2. admin/
  3. api/v1/
  4. api/v1/
  5. api/v1/
  6. api/token/ [name='token_obtain_pair']
  7. api/token/refresh/ [name='token_refresh']
  8. api/schema/ [name='schema']
  9. api/schema/redoc/ [name='redoc']
  10. [name='index']
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$

The current path, pink-purple-mens-nike-kyrie-2-shoes-footfactory_en, 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.