Got new flaskr tutorial finished with blog and dashboard
authorPerfectfire33 <perfectfireiii@gmail.com>
Wed, 29 Jun 2022 22:19:03 +0000 (18:19 -0400)
committerPerfectfire33 <perfectfireiii@gmail.com>
Wed, 29 Jun 2022 22:19:03 +0000 (18:19 -0400)
commit5a99b4af635842081ae0ad46ebec320f29e0d106
tree58f9b397cbdb5642a27757e360bdace44e8d0889
parent8945ed0244626e2ed0da6f3d0df3fc9d2b736aa6
Got new flaskr tutorial finished with blog and dashboard
33 files changed:
.idea/workspace.xml
Readme.txt
__pycache__/flaskr.cpython-37.pyc
flaskr.db
flaskr.py
flaskr/Readme2 [new file with mode: 0644]
flaskr/__init__.py [new file with mode: 0644]
flaskr/__pycache__/__init__.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/auth.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/blog.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/dashboard.cpython-37.pyc [new file with mode: 0644]
flaskr/__pycache__/db.cpython-37.pyc [new file with mode: 0644]
flaskr/auth.py [new file with mode: 0644]
flaskr/blog.py [new file with mode: 0644]
flaskr/dashboard.py [new file with mode: 0644]
flaskr/db.py [new file with mode: 0644]
flaskr/db2.py [new file with mode: 0644]
flaskr/schema.sql [new file with mode: 0644]
flaskr/static/style.css [new file with mode: 0644]
flaskr/templates/auth/login.html [new file with mode: 0644]
flaskr/templates/auth/register.html [new file with mode: 0644]
flaskr/templates/base.html [new file with mode: 0644]
flaskr/templates/blog/create.html [new file with mode: 0644]
flaskr/templates/blog/index.html [new file with mode: 0644]
flaskr/templates/blog/update.html [new file with mode: 0644]
flaskr/templates/dashboard.html [new file with mode: 0644]
instance/flaskr.sqlite [new file with mode: 0644]
schema.sql [deleted file]
static/style.css [deleted file]
static/style2.css [new file with mode: 0644]
templates/base.html [new file with mode: 0644]
templates/dashboard.html
templates/register.html [new file with mode: 0644]