Skip to content

Commit

Permalink
#20: flask_form.wsgi, tell wsgi daemon where python code is located
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Aug 28, 2014
1 parent 6cdc2e1 commit cb97ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/flask_form.wsgi
Expand Up @@ -3,4 +3,5 @@
# execute it within the WSGI Apache module.

import sys
sys.path.insert(0, '/var/www/html/machine-learning/tests/python/')
from flask_form import app as application

0 comments on commit cb97ee8

Please sign in to comment.