flush.py 文件源码

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

项目:geekpoint 作者: Lujinghu 项目源码 文件源码
def emit_post_migrate(verbosity, interactive, database):
        # Emit the post migrate signal. This allows individual applications to
        # respond as if the database had been migrated from scratch.
        all_models = []
        for app_config in apps.get_app_configs():
            all_models.extend(router.get_migratable_models(app_config, database, include_auto_created=True))
        emit_post_migrate_signal(set(all_models), verbosity, interactive, database)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号