django.core.exceptions.AppRegistryNotReady: Apps aren‘t loaded yet.
解决方法: 用django的TestCase
from django.test import TestCase
2023-10-31 16:09:34
django.core.exceptions.AppRegistryNotReady: Apps aren‘t loaded yet.
解决方法: 用django的TestCase
from django.test import TestCase