python39Packages.django-auth-ldap: add import check
This commit is contained in:
@@ -20,6 +20,8 @@ buildPythonPackage rec {
|
||||
# django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "django_auth_ldap" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Django authentication backend that authenticates against an LDAP service";
|
||||
homepage = "https://github.com/django-auth-ldap/django-auth-ldap";
|
||||
|
||||
Reference in New Issue
Block a user