Skip to content

Commit 5396ac2

Browse files
committed
Add autowrapt instructions for Django 1.9
1 parent 3cc58da commit 5396ac2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ For this BETA, we currently support tracing of Django and Flask applications or
2424

2525
## Django
2626

27-
To enable the Django instrumentation, set the following environment variable in your _application boot environment_ and then restart your application:
27+
For Django versions >= 1.10 set the following environment variable in your _application boot environment_ and then restart your application:
2828

2929
`export AUTOWRAPT_BOOTSTRAP=django`
3030

31+
For Django version 1.9.x, instead set:
32+
33+
`export AUTOWRAPT_BOOTSTRAP=django19`
34+
3135
## Flask
3236

3337
To enable the Flask instrumentation, set the following environment variable in your _application boot environment_ and then restart your application:

0 commit comments

Comments
 (0)