django-vue-admin
django-vue-admin copied to clipboard
Page not found(404)
When visit "http://127.0.0.1:8000/", error occurs as the followsing:
Page not found (404)
Request Method: | GET |
---|---|
http://127.0.0.1:8000/ |
media/(?P
Using the URLconf defined in application.urls, Django tried these URL patterns, in this order:
media/(?P
System check identified no issues (0 silenced). May 07, 2021 - 14:25:54 Django version 2.2.16, using settings 'application.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. Not Found: /favicon.ico [2021-05-07 14:26:16][django.request.log_response():222] [WARNING] Not Found: /favicon.ico [07/May/2021 14:26:16] "GET /favicon.ico HTTP/1.1" 404 2102 Not Found: /favicon.ico [2021-05-07 14:26:17][django.request.log_response():222] [WARNING] Not Found: /favicon.ico [07/May/2021 14:26:17] "GET /favicon.ico HTTP/1.1" 404 2102 Not Found: / [2021-05-07 14:26:17][django.request.log_response():222] [WARNING] Not Found: / [07/May/2021 14:26:17] "GET / HTTP/1.1" 404 2051 Not Found: /favicon.ico [2021-05-07 14:26:17][django.request.log_response():222] [WARNING] Not Found: /favicon.ico [07/May/2021 14:26:17] "GET /favicon.ico HTTP/1.1" 404 2102 Not Found: / [2021-05-07 14:30:24][django.request.log_response():222] [WARNING] Not Found: / [07/May/2021 14:30:24] "GET / HTTP/1.1" 404 2051 Not Found: / [2021-05-07 14:30:28][django.request.log_response():222] [WARNING] Not Found: / [07/May/2021 14:30:28] "GET / HTTP/1.1" 404 2051 Not Found: / [2021-05-07 14:32:13][django.request.log_response():222] [WARNING] Not Found: / [07/May/2021 14:32:13] "GET / HTTP/1.1" 404 2051
问题在v1.1.2中已修复