Lefort
Lefort
Use of `login_required` as a method decorator
Running a `Django v1.10` app with `Python v3.4.3`, the _send method breaks. Stack trace: ``` File "/home/pablo/.virtualenvs/test/local/lib/python3.4/site-packages/graphitesend/graphitesend.py", line 291, in _send self.socket.sendall(message.encode("ascii")) AttributeError: 'bytes' object has no attribute 'encode' ......
There is something that prevents support for `ethereum==2.x` ? Thanks in advance :rocket:
Hi! There's an example on how to send data to the api? Trying with [graphitesend](https://github.com/daniellawrence/graphitesend) does not throw any error, but any data is saved. Thanks in advance!