enter image description here 这是urls.py from django.contrib import admin path('admin/', admin.site.urls),
path('', include('todolist.urls')CRISPY_TEMPLATE_PAC
我正在开发一个使用Django的网站。到目前为止,当我在开发环境中使用它时,它工作得很好,可以正常加载所有样式表和脚本。但是,我目前已经转向使用Apache Web Server和mod_wsgi为Django页面提供服务的生产环境。现在,当我查看站点时,它报告css和js文件无法加载,并返回错误代码403 -访问被拒绝。我的网站是"C:\Users\rohitm\Web Applications\WebApp"目