mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python39Packages.django-auth-ldap: add import check
This commit is contained in:
parent
78c8ad1f88
commit
594b2e7cd7
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue