Page not found (404)

        Request Method: GET
        Request URL: /MhDAB.html
        Raised by: goods.views.goods_catalog

        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']

        The current path, MhDAB.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.