11 buildPythonPackage rec {
12 pname = "django-cors-headers";
16 src = fetchFromGitHub {
20 hash = "sha256-/uTQ09zIjRV1Ilb/mXyr4zn5tJI/mNFHpfql2ptuER4=";
23 build-system = [ setuptools ];
25 dependencies = [ django ];
32 pythonImportsCheck = [ "corsheaders" ];
35 description = "Django app for handling server Cross-Origin Resource Sharing (CORS) headers";
36 homepage = "https://github.com/OttoYiu/django-cors-headers";
37 license = licenses.mit;