Any django plugin for custom UUID Field using binary column type? (I found some using char type which could cost too much space in my project scenario.)
or more detailed, I need an example of custom Field for binary column type in Django, which I can refer to to create MongoDB ObjectId Field in traditional DB like Mysql...
Thank for any information.