This website requires JavaScript.
Explore
Help
Sign In
arno
/
etesync-server
Watch
1
Star
0
Fork
0
You've already forked etesync-server
mirror of
https://github.com/etesync/server
synced
2024-11-19 15:28:08 +00:00
Code
Issues
Releases
Wiki
Activity
3b4ba75930
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