Skip to content

slivetssergey/flask-alchemy-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#About Logging page time generation and SQLAlchemy requests.

##Quick Start Install profiler by git.

git clone https://github.com/slivetssergey/flask-alchemy-profiler.git

###Initialization

from flask_alchemy_profiler import FlaskProfiler
profiler = FlaskProfiler()

def create_app(config_class=Config):
    app = Flask(__name__)
    app.config.from_object(Config)
    profiler.init_app(app)
    .....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published