Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
mason-today-web
Commits
51d11e3e
Commit
51d11e3e
authored
Feb 01, 2018
by
Zach Osman
Browse files
Restoring start command from what is now the start production command
parent
a1c2f30d
Changes
2
Hide whitespace changes
Inline
Side-by-side
mason-today/app.py
View file @
51d11e3e
...
...
@@ -9,4 +9,3 @@ def display_data():
resp
=
Response
(
json
.
dumps
(
load_data
(),
ensure_ascii
=
False
).
encode
(
'utf-8'
))
resp
.
headers
[
'Content-Type'
]
=
'application/json; charset=utf-8'
return
resp
start.sh
0 → 100755
View file @
51d11e3e
export
FLASK_APP
=
mason-today/app.py
export
FLASK_DEBUG
=
1
flask run
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