Skip to content

Instantly share code, notes, and snippets.

@afrinjamanbd
Created June 18, 2022 06:40
Show Gist options
  • Save afrinjamanbd/45dc52f263cfea4d5644a46019befc0a to your computer and use it in GitHub Desktop.
Save afrinjamanbd/45dc52f263cfea4d5644a46019befc0a to your computer and use it in GitHub Desktop.
def gviz_json(desc, model_class, columns, orderby, dist, **filt):
ret = model_class.objects.all().values(*columns).filter(**filt).order_by(orderby)
return ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment