Skip to content

Instantly share code, notes, and snippets.

@relwell
Created August 7, 2020 22:30
Show Gist options
  • Save relwell/c6562527b69bf0defe30d8303b2bc0ab to your computer and use it in GitHub Desktop.
Save relwell/c6562527b69bf0defe30d8303b2bc0ab to your computer and use it in GitHub Desktop.
In [11]: for a in AttomAssessor.objects.filter(data__SitusCounty="Fulton"):
...: print("fultoncounty.org/whatever?%s" % urlencode({ "ParcelID": a.data.get("ParcelNumberRaw") }))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment