http://djangobook.py3k.cn/2.0/chapter05/
输入 python manage.py validate, 提示
No module named books
只要将settings.py中的mysite.books 修改为 books就可以了