This feature has nothing to do with synchronization of media, but it would be great to have FileFields inlined in fixtures. So, when we generate fixture from our live data, the script would encode uploaded files in base64 and put base64 content right into the fixture file. Then, when loading the fixture, the script would decode base64-encoded file back and put it into the corresponding field's upload_to directory.
This feature has nothing to do with synchronization of media, but it would be great to have FileFields inlined in fixtures. So, when we generate fixture from our live data, the script would encode uploaded files in base64 and put
base64
content right into the fixture file. Then, when loading the fixture, the script would decodebase64
-encoded file back and put it into the corresponding field'supload_to
directory.