Skip to content

TAMUArch/django-profiling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 100.0%