#settings.py """ Django settings for AutoCmdb project. Generated by 'django-admin startproject' using Django 2.0.6. For more information on this file, see https://docs.djangoproject.com/en/2.0/topics/settings/ For the full list of settings…
from django import conf #配置文件print("dj conf:",conf) #配置文件print("dj conf:",conf.settings)#配置文件.设置 for app in conf.settings.INSTALLED_APPS:#配置文件.设置.安装应用程序#.Perfectcustomer\settings里的INSTALLED_APPS列表 print("import",__import__(ap…