Closed kiwnix closed 3 years ago
Fixed an error when using the MockRequestFactory and django.contrib.sites is not in installed apps:
The error happening was:
RuntimeError: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
Fixed an error when using the MockRequestFactory and django.contrib.sites is not in installed apps:
The error happening was: