Pycharm+django2.2+python3.6+MySQL实现简单的考试报名系统 1准备工作1.1环境搭建1.1.1安装python3.6python安装官网1.1.2安装django2.2pipinstalldjango(==2.2.0)//不加 考试报名系统