first heavy refactor

This commit is contained in:
Xevion
2019-10-03 22:16:04 -05:00
parent 72639cff6f
commit 2c2439d140
5 changed files with 123 additions and 131 deletions

View File

@@ -16,5 +16,5 @@ db = SQLAlchemy(app)
migrate = Migrate(app, db)
from app import models
from app import routes, dashboard, custom
from app import routes, simple_routes, hidden, dashboard, custom
app.jinja_env.globals.update(get_hidden=routes.get_hidden)