系统:win10
python版本:python 3.5
工具: pyCharm 3.4 professional
源码来源:https://github.com/ouzhigang/django-ozgweb
步骤1 下载,解压源码 使用pyCharm Open项目;
然后在File--> Settings里面下载安装第三方的插件和库;
步骤2
打开 runn --> Edit Configurations ,选择Django Server 选择或者新建服务器,调整端口等信息;
步骤3
run
结果输出: Process finished with exit code 0;
然后浏览器输入 http://localhost:8000/simple/admin/index显示重定向,然后就挂掉了
是因为 process finished
具体解决方案正在想办法!!!!!