fix django
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2024-06-20 11:10:53 -05:00
parent 794edb3f11
commit 49d8b0a5c0
No known key found for this signature in database
GPG key ID: F936E4DCB7E25F15

View file

@ -18,7 +18,7 @@
};
py = pkgs.python3.override {
packageOverrides = final: prev: {
django = prev.django_4;
django = prev.django_5;
};
};
baseImage = {