Got Update User working in the admin panel
authorPerfectfire33 <perfectfireiii@gmail.com>
Sat, 2 Jul 2022 23:38:21 +0000 (19:38 -0400)
committerPerfectfire33 <perfectfireiii@gmail.com>
Sat, 2 Jul 2022 23:38:21 +0000 (19:38 -0400)
commitbd459cd62dc0d40235cbd58d28c58b6d6503a201
tree43eaa13c40df103f6595fd1e319c342b81d55ee3
parent4a3912ef95a72d1f4c83ffaad3b6b09c90405b94
Got Update User working in the admin panel
23 files changed:
.idea/workspace.xml
flaskr/__init__.py
flaskr/__pycache__/__init__.cpython-37.pyc
flaskr/__pycache__/about.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/admin.cpython-37.pyc
flaskr/__pycache__/contact_us.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/services.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/user_edit.cpython-37.pyc [new file with mode: 0644]
flaskr/about.py [new file with mode: 0644]
flaskr/admin.py
flaskr/contact_us.py [new file with mode: 0644]
flaskr/schema.sql
flaskr/services.py [new file with mode: 0644]
flaskr/static/chas_portrait.png [new file with mode: 0644]
flaskr/templates/about.html [new file with mode: 0644]
flaskr/templates/admin/user_edit.html [new file with mode: 0644]
flaskr/templates/admin/user_list.html
flaskr/templates/base.html
flaskr/templates/contact_us.html [new file with mode: 0644]
flaskr/templates/dashboard.html
flaskr/templates/services.html [new file with mode: 0644]
flaskr/user_edit.py [new file with mode: 0644]
instance/flaskr.sqlite