摘要: 1、创建虚拟环境 python -m venv 虚拟环境名 2、安装Django cd 虚拟环境 pip install -i https://pypi.douban.com/simple Django 3、创建django项目名为Django_learn django-admin startpro 阅读全文
posted @ 2022-10-17 18:34 哩子吖 阅读(50) 评论(0) 推荐(0)
摘要: rest_framework_jwt不再维护,所以后期只能使用这个rest_framework_simplejwt在django项目上获取token登录1、下载rest_framework_simplejwt包 pip install rest_framework_simplejwt2、在setti 阅读全文
posted @ 2022-10-17 18:17 哩子吖 阅读(708) 评论(0) 推荐(0)