django-gsheets
django-gsheets copied to clipboard
Django app for keeping models and google sheets synced
feature: allow starting from an empty google spreadsheet + support ForeignKeys field
When visiting /gsheets/authorize for Authorization
Everything is working normal on my dev environement with ngrok but when its deployed to aws using public free dns of aws the reequest is always timed out
@steinbachr Warning at /gsheets/auth-success/ Scope has changed from "https://www.googleapis.com/auth/spreadsheets" to "https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/userinfo.profile openid https://www.googleapis.com/auth/userinfo.email". Steps to recreate 1. From local env 2. using ngrok 3. ngrok call back added to...
Firstly, thank you for the awesome package 😎. Right now, when pulling data from a Google sheet, it always starts from the first row; Is it possible to specify which...
Google sheets automatically turn "False" into "FALSE" and "True" into "TRUE", when "django-gsheets" pull the data, it can't parse the capitalized strings and outputs an error. This is a quick...
The current management command does both sync pull and push, this could create duplicates when the row deleted from the admin panel, then run the sync command. How to reproduce...
Let me lead by saying this is an amazing plugin, thank you for putting in the time to make it functional. As I set it up, I noticed that only...
One of the issues is that in a lot of use cases, it would be tremendously useful to be able to delete rows from the sheet based on only the...
Would it be of use if the library was able to push changes that happened only in specific rows? I am encountering this, as I am using celery and there...