Commit 296d2615 authored by OzzieIsaacs's avatar OzzieIsaacs

Code cosmetics

parent 9b09de12
web.py ident * ident
\ No newline at end of file \ No newline at end of file
...@@ -129,9 +129,7 @@ lm = LoginManager(app) ...@@ -129,9 +129,7 @@ lm = LoginManager(app)
lm.init_app(app) lm.init_app(app)
lm.login_view = 'login' lm.login_view = 'login'
lm.anonymous_user = ub.Anonymous lm.anonymous_user = ub.Anonymous
app.secret_key = 'A0Zr98j/3yX R~XHH!jmN]LWX/,?RT' app.secret_key = 'A0Zr98j/3yX R~XHH!jmN]LWX/,?RT'
db.setup_db() db.setup_db()
@babel.localeselector @babel.localeselector
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment