muttest.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:django-mutpy 作者: phihos 项目源码 文件源码
def check_apps(apps):
    """Check if a list of apps is entirely contained in the list of installed apps."""
    for app in apps:
        installed_apps = settings.INSTALLED_APPS
        if app not in installed_apps:
            raise CommandError('App %s not contained in INSTALLED_APPS %s'
                               % (app, settings.INSTALLED_APPS))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号