Skip to content

Instantly share code, notes, and snippets.

View schwanksta's full-sized avatar
💭
(┛ಠ_ಠ)┛彡┻━┻

Ken Schwencke schwanksta

💭
(┛ಠ_ಠ)┛彡┻━┻
View GitHub Profile

Keybase proof

I hereby claim:

  • I am schwanksta on github.
  • I am schwanksta (https://keybase.io/schwanksta) on keybase.
  • I have a public key ASBcdo7HTW0HfyikZ8M0_Adaaf4V4Yq8wnUqja3WkJEZkwo

To claim this, I am signing this object:

@schwanksta
schwanksta / models.py
Last active August 13, 2019 20:41
Simple Django FOIA CCing code
from django.db import models
from django.db.models import Q
from django.conf import settings
from django.utils.functional import cached_property
from django.contrib.postgres.fields import HStoreField, ArrayField
from datetime import date, datetime, time, timedelta
from foiaminder.schedule import SCHEDULES
from business_calendar import Calendar
import requests