django-gsheets icon indicating copy to clipboard operation
django-gsheets copied to clipboard

Django app for keeping models and google sheets synced

Results 22 django-gsheets issues
Sort by recently updated
recently updated
newest added

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

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...

ProgrammingError at /gsheets/auth-success/ relation "gsheets_accesscredentials" does not exist LINE 1: ..., "gsheets_accesscredentials"."created_time" FROM "gsheets_a... hi! I visited /gsheets/authorize and the login form and etc showed up well and after that...

Hi, When synchronizing it with google sheets, I`ve got an IndexError:list index out of range. https://i.stack.imgur.com/P2bbd.png Does anyone got an idea why? Many Thanks

Hi. I am using ngrok and testing it in dev mode and when syncgsheet I ran across this problem: ValueError: 'Django GUID' is not in list self.upsert_sheet_data(**push_data) existing_row_ix = self.existing_row(**data)...

Use case: * data are filled first in the google sheet * I synchronized the data thanks to django-ghseets into a local database * I edit some row * I...

Allow pushing only one instance by calling `instance.push_instance_to_sheet()`

Forces the row data to be of type string. This means that a model with an object related to it, can be saved to Google Sheets. The def __str__ function...