This website works better with JavaScript.
Explore
Help
Sign In
infra
/
etesync
Watch
2
Star
0
Fork
You've already forked etesync
0
Code
Issues
Pull Requests
Packages
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f70e2d80a6
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f70e2d80a6'
${ noResults }
etesync
/
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.
4 years ago
from
django
.
apps
import
AppConfig
class
DrfMsgpackConfig
(
AppConfig
)
:
Use black for code formatting and format the code Merge #65
4 years ago
name
=
"
drf_msgpack
"