Skip to content

python开发的博客系统,基于django和django-simpleui

Notifications You must be signed in to change notification settings

newpanjing/myblog

Repository files navigation

myblog

python 博客系统,基于django

演示地址

https://www.88cto.com

使用豆瓣源安装依赖包

pip install -i http:https://pypi.douban.com/simple --trusted-host pypi.douban.com -r requirements.txt 

随后运行,请在settings.py中切换数据

python manage.py runserver 8000