mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-18 17:34:52 +00:00
Add styles and libsass building
This commit is contained in:
parent
0af071992b
commit
0d07a3391b
5 changed files with 126 additions and 6 deletions
|
@ -1,7 +1,9 @@
|
|||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_migrate import Migrate
|
||||
from flask_assets import Environment
|
||||
from flask_caching import Cache
|
||||
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
assets = Environment()
|
||||
cache = Cache(config={'CACHE_TYPE': 'simple'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue