# myblog **Repository Path**: finald/myblog ## Basic Information - **Project Name**: myblog - **Description**: python 博客系统,基于django - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-04-29 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myblog python 博客系统,基于django # 演示地址 https://www.88cto.com 使用豆瓣源安装依赖包 ```shell pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com -r requirements.txt ``` 随后运行,请在settings.py中切换数据 ```shell python manage.py runserver 8000 ```