我是Django的新手。请帮我解决这个问题,我已经试了两天了。本质上,我创建了一个模型,在那里定义了一个类,但是当我打开页面时,我得到了错误。
Using the URLconf defined in reports_proj.urls, Django tried these URL patterns, in this order:
admin/
^static/(?P<path>.*)$
^media/(?P<path>.*)$
The empty path didn’t match any of these.
urls.py
from django.contrib