Page not found (404)

Request Method: GET
Request URL: http://m.lyazwz.com/page/2.html
Raised by: goods.views.goods

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

  1. [name='home']
  2. a/
  3. c/
  4. d/
  5. message.html [name='message']
  6. f/guestbook.html [name='guestbook']
  7. <str:goods_c>.html [name='goods_catalog']
  8. <str:goods_c>/<str:goods_p>.html [name='goods']

The current path, page/2.html, matched the last one.

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.