Skip to content

Commit

Permalink
#20: flask_form.py, allow flask to log errors in apache error log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Aug 24, 2014
1 parent b6bca04 commit ace23b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/flask_form.py
Expand Up @@ -5,6 +5,7 @@

from flask import Flask
app = Flask(__name__)
app.debug = True

# handles 'get', and 'post'
@app.route('/machine-learning/tests/python/flask_form.py', methods=['GET', 'POST'])
Expand Down

0 comments on commit ace23b9

Please sign in to comment.