created automated graph creation and delivery

This commit is contained in:
Xevion
2019-10-29 00:34:56 -05:00
parent c49a8260c0
commit 016ed5c6e8
5 changed files with 34 additions and 2 deletions

View File

@@ -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)