在运行Django过程中,PyCharm的console提示“WARNINGS: ?: (2_0.W001) Your URL pattern ^index has a route that contains (?P<, begins with a ^, or ends with a $. This was likely an oversight when migrating to django.urls.path().”
原因࿱…
项目场景:
Django导入url路径 问题描述
WARNINGS: ?: (2_0.W001) Your URL pattern ‘^xxx/(?P\d)/KaTeX parse error: Expected group after ^ at position 52: …begins with a ^̲, or ends with…’. This was likely an oversight when migrating to djang…