1 2011-03-22 01:46


Not synced (use migrations):
- lbforum
- attachments
(use ./manage.py migrate to migrate these)

2 2011-03-22 07:01

部署方法参考readme。
LBForum用South进行表结构变更的维护,对south托管的app需要使用。
migrate命令来创建数据库。

Welcome to LBForum.

3 2011-03-22 21:41

Running migrations for lbforum:
- Nothing to migrate.
- Loading initial data for lbforum.
No fixtures found.
Running migrations for attachments:
- Nothing to migrate.
- Loading initial data for attachments.
No fixtures found.

4 2011-03-22 21:42

python版本一定要2.5???

5 2011-03-23 02:33

没在2.4下测试过,不确定能不能跑。

Welcome to LBForum.