File "/data/script/python/GeekBlog-master/blog/geekblog/geekblog/settings.py", line 46, in _load_config
DEBUG = cp.getboolean(section, 'debug')
File "/data/script/python/GeekBlog-master/blog/geekblog/geekblog/utils.py", line 85, in getboolean
raise err
ConfigParser.NoSectionError: No section: 'blog'
ImportError: Could not import settings 'geekblog.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named blogcore
数据库初始化这步有报错,对路径有要求么?找不到模块的