Loading pkgs/development/python-modules/dj-database-url/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ buildPythonPackage rec { # Tests access a DB via network doCheck = false; pythonImportsCheck = [ "dj_database_url" ]; meta = with lib; { description = "Use Database URLs in your Django Application"; homepage = "https://github.com/jazzband/dj-database-url"; Loading Loading
pkgs/development/python-modules/dj-database-url/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ buildPythonPackage rec { # Tests access a DB via network doCheck = false; pythonImportsCheck = [ "dj_database_url" ]; meta = with lib; { description = "Use Database URLs in your Django Application"; homepage = "https://github.com/jazzband/dj-database-url"; Loading