Dmitri-Sintsov / django-jinja-knockout

Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
https://django-jinja-knockout.readthedocs.org/
Other
144 stars 29 forks source link

Check if sites is enabled before trying to use/include it #16

Closed kiwnix closed 3 years ago

kiwnix commented 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.