错误描述:django项目创建app,执行python3 manage.py startapp cmdb时报“NameError: name os is not defined”错误。
解决方法:在settings.py文件中添加import os就可以了