This website requires JavaScript.
Explore
Help
Sign In
PapaTutuWawa
/
etesync-server
Watch
1
Star
0
Fork
0
You've already forked etesync-server
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bb070639a3
etesync-server
/
django_etebase
/
drf_msgpack
/
apps.py
6 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
drf_msgpack: add code to parse/serialise msgpack It's not actually used by clients but it's there and can be used. It works for receiving msgpack messages, but doesn't yet work for sending because some of the types will be converted to base64.
2020-06-29 10:01:40 +00:00
from
django
.
apps
import
AppConfig
class
DrfMsgpackConfig
(
AppConfig
)
:
Use black for code formatting and format the code Merge #65
2020-11-14 15:04:41 +00:00
name
=
"
drf_msgpack
"
Reference in New Issue
Copy Permalink