Skip to content

kirubakaran/djangotracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangotracer

Django Tracer gives you actionable insights into the working of your Django application to help you tune it.

License

Read the file "LICENSE" distributed with this project

Installation

I'll provide setup.py soon. Use the following steps for now:

  1. cd to the your Django project directory that contains your Django apps. We'll refer to this directory as PrjDir from now
  2. Place djangotracer app there by executing git clone git://github.com/kirubakaran/djangotracer.git
  3. Add 'PrjDir.djangotracer' to INSTALLED_APPS in settings.py of your project
  4. Add 'PrjDir.djangotracer.middleware.InsightMiddleware' to MIDDLEWARE_CLASSES in settings.py of your project
  5. Add url(r'^tracer/', include('PrjDir.djangotracer.urls')), to urls.py of your project
  6. Install the following packages
    1. python-memcached
  7. Run python manage.py syncdb
  8. You can access the app at http://[your url]/tracer

Feedback

Please send me your feedback at djangotracer@kirubakaran.com I'd love to hear from you. Thanks!

Releases

No releases published

Packages

No packages published

Languages