sys.modules[__name__]

if installed_apps is None and hasattr(sys.modules[__name__], 'apps'):
raise RuntimeError("You must supply an installed_apps argument.")

print(sys.modules[__name__])
<module 'django.apps.registry' from 'C:\Users\Administrator\Envs\gz_monitor\lib\site-packages\django\apps\registry.py'>
原文地址:https://www.cnblogs.com/Fmaj7/p/13130755.html