Skip to content

Commit b121231

Browse files
committed
Use an alternate hook for django 1.9
1 parent c654a73 commit b121231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'basictracer>=2.2.0',
1919
'psutil>=5.1.3'],
2020
entry_points={'django': ['django.core.handlers.base = instana.django:hook'],
21+
'django19': ['django.core.handlers.base = instana.django19:hook'],
2122
'flask': ['flask.cli = instana.flaskana:hook'],
2223
'runtime': ['string = instana.runtime:hook']},
2324
test_suite='nose.collector',

0 commit comments

Comments
 (0)