Initial commit - project structure
This commit is contained in:
commit
013cc90404
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.db
|
||||
*.sqlite
|
||||
.env
|
||||
0
app/__init__.py
Normal file
0
app/__init__.py
Normal file
0
app/auth.py
Normal file
0
app/auth.py
Normal file
0
app/models.py
Normal file
0
app/models.py
Normal file
0
app/routes.py
Normal file
0
app/routes.py
Normal file
12
requirements.txt
Normal file
12
requirements.txt
Normal file
@ -0,0 +1,12 @@
|
||||
blinker==1.9.0
|
||||
click==8.2.1
|
||||
Flask==3.1.1
|
||||
Flask-Login==0.6.3
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
greenlet==3.2.2
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
SQLAlchemy==2.0.41
|
||||
typing_extensions==4.14.0
|
||||
Werkzeug==3.1.3
|
||||
0
schema.sql
Normal file
0
schema.sql
Normal file
Loading…
x
Reference in New Issue
Block a user