mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-09 16:09:04 -06:00
created automated graph creation and delivery
This commit is contained in:
@@ -16,5 +16,7 @@ db = SQLAlchemy(app)
|
||||
migrate = Migrate(app, db)
|
||||
|
||||
from app import models
|
||||
from app import routes, simple_routes, hidden, dashboard, ftbhot, custom
|
||||
from app import routes, simple_routes, hidden, dashboard
|
||||
from app import ftbhot, custom, spotify
|
||||
|
||||
app.jinja_env.globals.update(get_hidden=routes.get_hidden)
|
||||
Reference in New Issue
Block a user