{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.python311Packages; [ django ]; }