# myblog **Repository Path**: fartown/myblog ## Basic Information - **Project Name**: myblog - **Description**: 用django做的简单blog - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-01-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #myBlog 学习Django的练习作品,模板为Clean Blog来自[startbootstrap](http://startbootstrap.com) ------ ##安装 ```shell $ git clone https://git.oschina.net/revol/myblog.git $ cd myblog $ pip install -r requiremets.txt $ ./manage.py runserver ``` ##后台 http://examples.com/admin/ user:revol pass:admin ------ ##TODO - 加自动化测试 - 完成contact服务端 - 完成gallery页面 - 加入Markdown和pygments支持 - 添加后台管理模板 - 搭个demo服务器 - 支持国际化(把中文hardcode在代码里总感觉不大优雅) - 添加搜索功能 - tag功能 ------ ##contact c93106@qq.com (不要吐槽qq我也不想的,墙了之后只有这个比较方便了)