Page not found (404)

Request Method: GET
Request URL: http://www.lyxssnc.com/home/map.html
Raised by: goods.views.goods

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

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

The current path, home/map.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.