Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
e969df82
Commit
e969df82
authored
8 years ago
by
Pietro Albini
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into contatti
parents
9bba914c
a9ec7fd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
managetests.json
managetests.json
+19
-0
uitwww/__init__.py
uitwww/__init__.py
+1
-1
No files found.
managetests.json
0 → 100644
View file @
e969df82
{
"build"
:
[
[
"invoke"
,
"build"
]
],
"before_install"
:
[
[
"mkdir"
,
"{{base}}/data"
],
[
"virtualenv"
,
"-p"
,
"python3"
,
"{{base}}/env"
]
],
"install"
:
[
{
"artifacts"
:
"build/packages/*.whl"
,
"command"
:
[
"{{base}}/env/bin/pip"
,
"install"
,
"{{artifact}}"
]
}
],
"run"
:
[
"{{base}}/env/bin/uitwww"
,
"run"
,
"-g"
,
"{{gunicorn_config_file}}"
,
"{{base}}/data"
]
}
This diff is collapsed.
Click to expand it.
uitwww/__init__.py
View file @
e969df82
...
...
@@ -35,7 +35,7 @@ def create_app(data_path):
@
app
.
errorhandler
(
404
)
def
not_found
(
error
):
return
flask
.
render_template
(
"404.html"
)
return
flask
.
render_template
(
"404.html"
)
,
404
return
app
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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