Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpievolbio-scicomp
RepinPop
Commits
b55f0c50
Commit
b55f0c50
authored
Nov 19, 2021
by
c.fortmanngrote
Browse files
Still debugging.
parent
3298c1d3
Pipeline
#251015
failed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/__init__.py
View file @
b55f0c50
...
...
@@ -20,7 +20,7 @@ app.config.from_object(Config)
app
.
config
[
'UPLOAD_DIR'
]
=
upload_dir
csrf
=
CSRFProtect
()
csrf
.
init
(
app
)
csrf
.
init
_app
(
app
)
db
=
MongoEngine
()
app
.
session_interface
=
MongoEngineSessionInterface
(
db
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment