init
This commit is contained in:
commit
aaadd26b96
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
.idea/
|
||||
__pycache__/
|
||||
ml-100k/
|
||||
scripts/
|
||||
**/__pycache__/
|
1
dashboard/__init__.py
Normal file
1
dashboard/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .views import dashboard_bp
|
117
dashboard/views.py
Normal file
117
dashboard/views.py
Normal file
File diff suppressed because it is too large
Load Diff
103114
example.sql
Normal file
103114
example.sql
Normal file
File diff suppressed because it is too large
Load Diff
4
extensions.py
Normal file
4
extensions.py
Normal file
@ -0,0 +1,4 @@
|
||||
# extensions.py
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
54
helpers.py
Normal file
54
helpers.py
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user