From 60b45107cc6833401c5e27d7147bd79452788c25 Mon Sep 17 00:00:00 2001 From: Perfectfire33 Date: Wed, 6 Jul 2022 16:40:38 -0400 Subject: [PATCH] got update user properties working --- .idea/workspace.xml | 337 ++++++++++---------- flaskr/__pycache__/admin.cpython-37.pyc | Bin 1349 -> 2171 bytes flaskr/__pycache__/auth.cpython-37.pyc | Bin 2467 -> 2488 bytes flaskr/__pycache__/blog.cpython-37.pyc | Bin 2621 -> 2622 bytes flaskr/__pycache__/user_edit.cpython-37.pyc | Bin 896 -> 1125 bytes flaskr/admin.py | 59 +++- flaskr/auth.py | 12 +- flaskr/blog.py | 4 +- flaskr/schema.sql | 15 +- flaskr/templates/admin/user_edit.html | 12 +- flaskr/templates/admin/user_list.html | 6 +- flaskr/templates/base.html | 22 +- flaskr/templates/blog/index.html | 2 +- flaskr/templates/home.html | 11 +- flaskr/user_edit.py | 63 +++- instance/flaskr.sqlite | Bin 135168 -> 143360 bytes 16 files changed, 315 insertions(+), 228 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8c79378..cc7ecb9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,11 +3,16 @@ - + + + + + + - +