Skip to content
/ pydiary Public

Automatically exported from code.google.com/p/pydiary

License

Notifications You must be signed in to change notification settings

gorf/pydiary

Repository files navigation

PyDiary README

PyDiary是一个基于Python和Django开发的个人blog系统(至少暂时是这样:)),本系统实现了blog的基本功能。支持皮肤,tag等blog的特性。并且集成了一个todo项目,用来管理你的待办事项。
PyDiary fork自Pylogs。

项目信息:
作者:Gorf ([email protected])
PyDiary项目主页:   http://code.google.com/p/pydiary/
PyDiary讨论组:     http://groups.google.com/group/pylogs
PyDiary演示(作者博客):   http://gentoogle.com


原项目(Pylogs)信息:
作者:Sky ([email protected])
Pylogs项目主页:   http://code.google.com/p/pylogs/
Pylogs讨论组:     http://groups.google.com/group/pylogs
Pylogs官方演示:   http://pylogs.cn


PyDiary 使用了以下模块和框架,在以下版本运行正常:
Python 2.6.2                       http://www.python.org
Django 1.1.2                       http://www.djangoproject.org
PIL(Python Imaging Library 1.1.6)  http://www.pythonware.com/products/pil/
jQuery 1.2.3                       http://jquery.com



= 安装 =
请先参考Python及Django安装方法安装好python和django.
解压pydiary
进入pydiary解压目录修改settings.py中的数据库类型及连接参数,并设置MEDIA_ROOT为实际media目录的绝对路径
运行python manage.py syncdb同步数据库结构
    
运行manage.py runserver测试服务器是否能运行成功,如出错请根据错误提示修正错误。
如果用到发表评论验证码功能,则需要安装PIL1.1.6。

如果你在安装过程中遇到问题,请到http://groups.google.com/group/pydiary中提出。

About

Automatically exported from code.google.com/p/pydiary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published