zlorf / django-synchro

Django app for database data synchronization.
MIT License
66 stars 22 forks source link

Stale content type during syncdb #10

Closed sneawo closed 6 years ago

sneawo commented 9 years ago

In Django 1.7 for each syncdb command I have:

The following content types are stale and need to be deleted:

    synchro |

Seems it comes from options = SynchroSettings() in models.py

sneawo commented 9 years ago

The issue in dbsettings https://github.com/zlorf/django-dbsettings/issues/7

zlorf commented 6 years ago

Closing it as it is issue with dependent library.