django-synchro
django-synchro copied to clipboard
Django app for database data synchronization.
Hello, I have finished to let synchro completely Django 2 compatible. Thanks for a new release. Best regards. PS : that release use the version 0.11 of dbsettings that is...
1: pip install modernize 2: python-modernize -wn details: https://portingguide.readthedocs.io/en/latest/tools.html#python-modernize
I wanted just to test the library to use my app as a database repository so I set it up very basically: 1. installed library via github 2. configured DATABASES...
Without this changes imports don't work for me :cry:
When I try to synchronize via shell or admin then I see the following error: ``` django.db.utils.ProgrammingError: relation "synchro_changelog" does not exist LINE 1: ..."."app_label", "django_content_type"."model" FROM "synchro_c... ```
When i edit an object with m2m field through admin there is no m2m_changed signal and m2m changes are not synced. Maybe it's better to add M2M_CHANGE action for each...
In changelog i have a date with millisecond: 2015-01-26 15:00:23.559368 and in dbsettings for last_check without: 2015-01-26 13:26:56. Then it makes an update for remote on every synchronization. To solve...
- Added python 3 support and migration (https://github.com/CogHealthTech/django-synchro) - Added django3 support - Added setting for create new objects when synchronizing