django-gsheets
django-gsheets copied to clipboard
found 0 syncable models Successfully finished sync
I am getting this. Person.sync_sheet() works properly. But python manage.py syncgsheets not working.
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.
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
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?