Added a bit of style to edit.html
Added buy capability to view with dialog Added additional properties to Item (url and imageurl); NEEDS TESTING Made delete items work properly
This commit is contained in:
parent
3ba6099976
commit
05c40d0148
9 changed files with 222 additions and 82 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{
|
||||
nativeBuildInputs = [
|
||||
(pkgs.python3.withPackages
|
||||
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy x.uuid]))
|
||||
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy]))
|
||||
pkgs.entr
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue