Closed ponytailer closed 6 years ago
Same issue here
@bochaga-masaval Many methods are not implemented。 I rewrite it with flask-sqlalchemy(MySQL)
@huangxiaohen2738 How did you rewrite it with flask-sqlalchemy? Following is my current flask_profiler config: app.config["flask_profiler"] = { "storage": { "engine": "sqlalchemy", "db_url": app.config['SQLALCHEMY_DATABASE_URI'] }, "ignore": [ "^/static/.*" ] }
@bryangaikwad I write a new project by myself
In Class Sqlalchemy,
the method getMethodDistribution and getTimeseries are not implemeted