MeanPug / django-gsheets

Django app for keeping models and google sheets synced
https://www.meanpug.com/sync-data-to-and-from-google-sheets-with-django-gsheets/
MIT License
60 stars 25 forks source link

found 0 syncable models Successfully finished sync #13

Open drashutoshspace opened 4 years ago

drashutoshspace commented 4 years ago

I am getting this. Person.sync_sheet() works properly. But python manage.py syncgsheets not working.

shivan-s commented 3 years ago

I can't get Person.sync_sheet() working. But when using python manage.py syncgsheets, it can detect the model but I get an error saying it hasn't provided a API key.

AzeeDev commented 2 years ago

I am getting the issue , when Try model_name.sync_sheet(), it can detect the model but I get an error saying it hasn't provided a API key and when i run Python manage.py syncgsheets it says found 0 syncable models Successfully finished sync

taime commented 2 years ago

The same thing. python manage.py syncgsheets gives 0 syncable models Successfully finished sync And no errors... and the model is not exported to anywhere... I don't get the logic. Why 0 syncable models? I've copied model from example... why zero syncable model?