Skip to content

Commit

Permalink
Add simplistic README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schneider committed Jan 17, 2018
1 parent 020f118 commit d3c3a8c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Scout APM Python Agent
======================

Python agent for [Scout Application Monitoring](https://www.scoutapp.com).

This is early in development, and is not usable. If you have any questions, contact us at
support@scoutapp.com.

Installation
============

* Symlink the apm/ dir into your django app.
* `import apm` at the top of settings.py
* In settings.py, Add a middleware: 'apm.middleware.LogTimesMiddleware'
* In settings.py, Add a key to TEMPLATES = [ { 'OPTIONS': { 'builtins': ['apm.instruments.template'] } } ]


0 comments on commit d3c3a8c

Please sign in to comment.