mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 19:14:53 +00:00
Initial push of DV8 Expo website
This commit is contained in:
parent
dcc9247ba0
commit
a86816a322
18 changed files with 1075 additions and 0 deletions
7
DV8-Expo/website/extensions.py
Normal file
7
DV8-Expo/website/extensions.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_caching import Cache
|
||||
from flask_assets import Environment
|
||||
|
||||
db = SQLAlchemy()
|
||||
cache = Cache()
|
||||
assets = Environment()
|
Loading…
Add table
Add a link
Reference in a new issue