How to import the wsgi - basic question
PankajWorks opened this issue · 1 comments
PankajWorks commented
Hi,
I am trying to use the library to profile sqlalchemy calls.
This may be the most basic question. I am using flask application with Apache httpd server.
in init.py of the application have used the following code
import sqltap.wsgi
app = Flask(name)
app.wsgi_app = sqltap.wsgi.SQLTapMiddleware(app.wsgi_app)
I expected the query information to be present but it was not there
Am i missing something?
PankajWorks commented
Got it resolved , it was problem of path when this application was rendered