Django 工程在不同的版本下运行时可能出现 Error: No module named staticfiles 错误.
只需要打开 setting.py 文件, 把 INSTALL_APPS 中的 'django.contrib.staticfiles', 一行注释掉即可继续运行.