django-synchro is a Django app that can be used for synchronization of Django objects between databases.
It logs information about objects' manipulations (additions, changes, deletions). When synchronization is launched, all objects logged from the last checkpoint are synced to another database.
Important note: This app doesn't log detailed information about changes (e.g. which fields were updated), just that such manipulation occured. When the synchronization is performed, the objects are synced with their newest, actual values.
Product's homepage
Requirements:
· Python
· Django
What's New in This Release: [ read full changelog ]
· Fixed a few issues with 0.5 release.