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

fix start row for a data volume greater than 500 #7

Closed pollitux closed 4 years ago

pollitux commented 4 years ago

When you have a query set with more than 500 records, you start typing in row 1000 and data is lost.

It's a little fix that worked for me

steinbachr commented 4 years ago

looks good! Thanks for the contribution @pollitux