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:
I hereby claim:
To claim this, I am signing this object:
| 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 |