2023年2月22日

django解决网站CORS前后端跨域问题

摘要: 1.安装cors-headers⼯具 pip install django-cors-headers 2.安装cors-headers应⽤ # 注册应用 INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django 阅读全文

posted @ 2023-02-22 09:08 夜黎i 阅读(82) 评论(0) 推荐(0)

导航