Added local accounts

This commit is contained in:
2016-04-26 12:33:48 +02:00
parent aa47c2b4a6
commit 2a2d35827c
6 changed files with 182 additions and 9 deletions

View File

@@ -387,7 +387,9 @@ file_storage.setup_app(app, url_prefix='/storage')
from modules.encoding import encoding
from modules.blender_id import blender_id
from modules import projects
from modules import local_auth
app.register_blueprint(encoding, url_prefix='/encoding')
app.register_blueprint(blender_id, url_prefix='/blender_id')
projects.setup_app(app, url_prefix='/p')
local_auth.setup_app(app, url_prefix='/auth')