mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-27 21:33:11 +00:00
Add Flask Migrate and update run.sh
This commit is contained in:
parent
77c0711a24
commit
36be8993df
8 changed files with 37 additions and 30 deletions
|
@ -1,7 +1,9 @@
|
|||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_migrate import Migrate
|
||||
from flask_caching import Cache
|
||||
from flask_assets import Environment
|
||||
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
cache = Cache()
|
||||
assets = Environment()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue