检查django If Django is installed, you should see the version of your installation. If it isn’t, you’ll get an error telling “No module named django” python -m django --version 创建第一个Project 因为这是第一次使用Django,所以需要做一些初始化设置,需要自动生成一些code来建立项目.即包括数据库配置,Django…