opbeat_python
opbeat_python copied to clipboard
django: get_client_class: use CLIENT setting
This makes the management command (manage.py opbeat test) use any
custom client.
Hopefully the tests will catch the error with the initial commit.
get_client is a bit weird to understand and might be refactored, but I've restored the original behavior for now (renaming client to client_path only).
Edit: reverted to change only get_client_class.
Well, it's borked - although it used to pass locally..
Please let me know if this is gonna fly like this anyway, and I'll look into it again.