Skip to content

Instantly share code, notes, and snippets.

@tommiewatts
tommiewatts / keybase.md
Created June 10, 2019 14:48
keybase gist

Keybase proof

I hereby claim:

  • I am tommiewatts on github.
  • I am tommiewatts (https://keybase.io/tommiewatts) on keybase.
  • I have a public key ASAwzZ7j5jNxD4f-19R3qnLtxph5nhIDbi6_ISAUL41GKAo

To claim this, I am signing this object:

@tommiewatts
tommiewatts / build-pdf.py
Last active September 24, 2021 21:22
Generate auto policy documents - Surepreme
import os
from collections import defaultdict
from decimal import Decimal
from platform_core.apps.core_protections.verticals.base.billing.billing_amount import BillingAmount
os.environ['DJANGO_SETTINGS_MODULE'] = 'surepreme.settings.testing'
import django
django.setup()