1:使用django-admin命令,新建项目 2:修改数据库配置文件,连接mysql数据库 3:在mysql数据库中新建数据库mxonline 4:生成django默认的数据库表 5:运行项目,看到django的默认页面