Skip to content

页面未找到是什么情况? #31

@pgys123

Description

@pgys123

Page not found (404)

Request Method: | GET -- | -- http://127.0.0.1:8000/

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

  1. ^upload/(?P<path>.*)$
  2. api/tool/
  3. api/sys/
  4. api/workflow/
  5. api/ticket/
  6. api/notice/
  7. ^admin/

The empty path 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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions