Implemented basic models

This commit is contained in:
Jurn Wubben 2025-05-19 22:47:45 +02:00
parent 6bceef1664
commit 3ba6099976
16 changed files with 257 additions and 24 deletions

View file

@ -14,7 +14,7 @@
{
nativeBuildInputs = [
(pkgs.python3.withPackages
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy]))
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy x.uuid]))
pkgs.entr
];
};