🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

django-profiling

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-profiling

Django Profiling

0.1
97

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Maintainers
1

django-profiling

Django Profiling Middleware with Admin integration.

Usage

Install into your Django Python environment using your favorite tool. Add dprofiling to your list of installed Django applications. Add dprofiling.middleware.ProfileRequestMiddleware to the top of you middleware list. You can place it lower in the stack of middleware if you do not want to profile your middleware in addition to the view.

Revision History

0.1 (2013/05/16)

  • Session admin integration
  • Database backend for storing profiles
  • Rendering merged profiles (stats) for a session integrated into admin site

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts