Page not found (404)

Request Method: GET
Request URL: https://phactory.jp/p/product/%E3%83%9B%E3%83%BC%E3%83%AB%E3%83%BB%E3%82%A4%E3%83%B3/65600/

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

  1. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  2. ^django-admin/
  3. ^admin/
  4. ^documents/
  5. ^images/([^/]*)/(\d*)/([^/]*)/[^/]*$ [name='wagtailimages_serve']
  6. ^search/$ [name='search']
  7. ^blog/$ [name='pages']
  8. ^blog/tech/$ [name='tech_pages']
  9. ^blog/
  10. ^p/ ^$ [name='prefs']
  11. ^p/ ^products/(?P<pref_name>\w+)/$ [name='products']
  12. ^p/ ^product/(?P<parent_name>\w+)/(?P<product_id>\w+)/$ [name='product']
  13. ^p/ ^del_product/$ [name='del_products']
  14. ^$ [name='home']
  15. ^geo/
  16. ^math/
  17. ^en/
  18. ^cms/search/$
  19. ^static\/(?P<path>.*)$
  20. ^media\/(?P<path>.*)$

The current URL, p/product/ホール・イン/65600/, 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.