刚开始学习Django。看完了Django Book前八章。想找个项目看看。于是CLONE了这个项目:https://github.com/gnemoug/ComPerformance
依照其说明进行搭建环境。不料在python manage.py runserver的时候,出现了匪夷所思的玩意儿。
c:\python27\lib\site-packages\django\conf\__init__.py:221:
DeprecationWarning: You have no filters defined on the 'mail_
admins' logging handler: adding implicit debug-false-only filter.
ImportError: No module named south
原项目说明是1.3.1版本搭建。我应该怎么改动代码能让它在1.5.1下正常地运行呢?