myblog python 博客系统,基于django 演示地址 https://www.88cto.com 使用豆瓣源安装依赖包 pip install -i https://pypi.douban.com/simple --trusted-host pypi.douban.com -r requirements.txt 随后运行,请在settings.py中切换数据 python manage.py runserver 8000