mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-31 23:03:11 +00:00
Add highscores server
This commit is contained in:
parent
b6dc53dfaa
commit
d7be76f435
9 changed files with 29 additions and 33 deletions
7
Highscore-Server/highscore/extensions.py
Normal file
7
Highscore-Server/highscore/extensions.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_migrate import Migrate
|
||||
from flask_caching import Cache
|
||||
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
cache = Cache()
|
Loading…
Add table
Add a link
Reference in a new issue