add_gunicorn

This commit is contained in:
sinavir 2023-03-07 23:02:29 +01:00
parent 9c8b772ecb
commit 691e1192d4

View file

@ -10,6 +10,7 @@ let
in
python.withPackages (ps: [
ps.django
ps.gunicorn
ps.djangorestframework
ps.authens
] ++ pkgs.lib.optionals debug [