django.core.exceptions.AppRegistryNotReady: Apps aren‘t loaded yet.
解决方法: 用django的TestCase
from django.test import TestCase
django test, app aren't loaded yet
原文:https://www.cnblogs.com/buxizhizhoum/p/13667870.html