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

Use Google Sheets as context variables in Django templates

Results 4 django-sheets issues
Sort by recently updated
recently updated
newest added

Seems as if assignment_tag is not compatible with Django 2.0, solution would be to use simple_tag instead, to allow users to use the 'csv' tag.

It should be pretty easy to integrate a Python CSV DictReader into this to make it easier to access column data by key instead of index number. If I get...