diff --git a/.gitattributes b/.gitattributes index 01c7be27..14949c1b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -web.py ident \ No newline at end of file +* ident \ No newline at end of file diff --git a/cps/web.py b/cps/web.py index a1d29fb9..e42063a6 100755 --- a/cps/web.py +++ b/cps/web.py @@ -129,9 +129,7 @@ lm = LoginManager(app) lm.init_app(app) lm.login_view = 'login' lm.anonymous_user = ub.Anonymous - app.secret_key = 'A0Zr98j/3yX R~XHH!jmN]LWX/,?RT' - db.setup_db() @babel.localeselector